{
  "id": "com.digirefa.app",
  "name": "Digi Refera",
  "short_name": "Digi Refera",
  "description": "DBlog,mcBLOG,",
  "lang": "en-US",
  "start_url": "index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#111827",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Discover News",
      "short_name": "Discover",
      "description": "Read the latest news and curated feature articles",
      "url": "/index.html?shortcut=discover",
      "icons": [{ "src": "icons/discover-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Trending Stories",
      "short_name": "Trending",
      "description": "Check what everyone is reading right now",
      "url": "/index.html?shortcut=trending",
      "icons": [{ "src": "icons/trending-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Search Articles",
      "short_name": "Search",
      "description": "Instantly search your archive of articles",
      "url": "/index.html?shortcut=search",
      "icons": [{ "src": "icons/search-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Change Theme",
      "short_name": "Theme",
      "description": "Switch between light, grey, and dark reading modes",
      "url": "/index.html?shortcut=theme",
      "icons": [{ "src": "icons/theme-icon.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Trotro Station News Mobile Dashboard"
    },
    {
      "src": "screenshots/desktop.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Trotro Station News Grid Experience"
    }
  ]
}
