{
  "name": "Mythoverse",
  "short_name": "Mythoverse",
  "description": "Enter the Mythoverse",
  "id": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "categories": ["books", "education", "entertainment"],
  "shortcuts": [
    {
      "name": "Open Comics",
      "short_name": "Comics",
      "description": "Browse all comics",
      "url": "/"
    },
    {
      "name": "Offline Page",
      "short_name": "Offline",
      "description": "Open offline fallback page",
      "url": "/offline"
    }
  ],
  "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/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/1.png",
      "sizes": "1777x1066",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home library view"
    },
    {
      "src": "/screenshots/2.png",
      "sizes": "1786x1042",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Reader browsing view"
    },
    {
      "src": "/screenshots/4.png",
      "sizes": "1024x1536",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile comic reader"
    },
    {
      "src": "/screenshots/5.jpg",
      "sizes": "1024x1536",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile library view"
    }
  ]
}
