{
  "name": "Scribera Stories",
  "short_name": "Scribera",
  "description": "Read and write stories online and offline",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "icons": [
    {
      "src": "/Scribera_Web_app_Icon.png",
      "type": "image/png",
      "sizes": "192x192 512x512",
      "purpose": "any maskable"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "categories": [
    "books",
    "education",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Write New Story",
      "short_name": "Write",
      "description": "Start writing a new story",
      "url": "/editor",
      "icons": [
        {
          "src": "/Scribera_Web_app_Icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "View your reading library",
      "url": "/profile?tab=library",
      "icons": [
        {
          "src": "/Scribera_Web_app_Icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png"
    },
    {
      "src": "/screenshots/reader.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
