{
  "name": "Ferox Times",
  "short_name": "Ferox Times",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1a365d",
  "description": "Breaking news, global reports and in-depth analysis you can trust.",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["news", "media"],
  "shortcuts": [
    {
      "name": "Latest News",
      "short_name": "Latest",
      "description": "Read the latest breaking news",
      "url": "/?source=pwa_shortcut",
      "icons": [{ "src": "/images/app.png", "sizes": "192x192" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search for news stories",
      "url": "/search?source=pwa_shortcut",
      "icons": [{ "src": "/images/app.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/images/app.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/app.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/default-news.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ferox Times Homepage"
    }
  ]
}
