{
  "name": "World News",
  "short_name": "World News",
  "description": "Top headlines from trusted international sources in one place",
  "start_url": "https://YOUR-DOMAIN.com/index.html",
  "scope": "https://YOUR-DOMAIN.com",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "news"
  ],
  "shortcuts": [
    {
      "name": "World News",
      "url": "https://YOUR-DOMAIN.com/index.html",
      "description": "Top headlines from trusted international sources in one place"
    }
  ]
}