{
  "id": "/",
  "name": "NursingWritingServices.com — Nursing & Healthcare Platform",
  "short_name": "NWS",
  "description": "Nursing education, professional marketplace, career, research, telehealth, and medical billing platform",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#ffffff",
  "theme_color": "#075e67",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "education",
    "medical",
    "productivity",
    "business"
  ],
  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Post a project",
      "short_name": "Post",
      "description": "Start a new nursing or healthcare project",
      "url": "/order/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/img/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Open tools",
      "short_name": "Tools",
      "description": "Open nursing student, research, and career tools",
      "url": "/tools/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/img/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Client dashboard",
      "short_name": "Dashboard",
      "description": "Open the secure client dashboard",
      "url": "/dashboard/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/img/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}