{
  "name": "ReadLater - Save Articles",
  "short_name": "ReadLater",
  "description": "Save articles to your personal reading list and manage them with ease",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ReadLater App Interface"
    },
    {
      "src": "/screenshot-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ReadLater App Interface"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "View Saved Articles",
      "short_name": "Saved",
      "description": "View your saved reading list",
      "url": "/?filter=all",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "96x96",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "View Favorites",
      "short_name": "Favorites",
      "description": "View your favorite articles",
      "url": "/?filter=favorites",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "96x96",
          "type": "image/x-icon"
        }
      ]
    }
  ]
}
