{
  "name": "PluseNews — Live World News",
  "short_name": "PluseNews",
  "description": "Free world news from The Guardian, Hacker News and Reddit. No paywall. Updated every 15 minutes.",
  "start_url": "/index.html?source=pwa",
  "id": "/index.html?source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f7f5f0",
  "theme_color": "#1a6ef5",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["news"],
  "icons": [
    {
      "src": "img/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "World News",
      "short_name": "World",
      "description": "Latest world headlines",
      "url": "/index.html?cat=world&source=pwa",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tech & AI",
      "short_name": "Tech",
      "description": "Technology and AI news",
      "url": "/index.html?cat=tech&source=pwa",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Business",
      "short_name": "Business",
      "description": "Business and markets news",
      "url": "/index.html?cat=business&source=pwa",
      "icons": [{ "src": "img/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "img/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PluseNews home feed"
    }
  ],
  "prefer_related_applications": false
}
