{
  "id": "com.pokepc.app",
  "name": "PokéPC",
  "short_name": "PokéPC",
  "description": "PokéPC - Pokédex Tracker, LivingDex Box Organizer, & more!",
  "theme_color": "#0B3360",
  "background_color": "#0B3360",
  "lang": "en",
  "start_url": "./",
  "orientation": "natural",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "categories": [
    "entertainment",
    "games",
    "utilities"
  ],
  "icons": [
    {
      "src": "/images/pwa/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/pwa/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/pwa-screenshots/mobile-1.jpg",
      "sizes": "1080x1920",
      "type": "image/jpg",
      "form_factor": "narrow",
      "label": "A complete Pokédex and Livingdex Tracker"
    },
    {
      "src": "/images/pwa-screenshots/mobile-2.jpg",
      "sizes": "1080x1920",
      "type": "image/jpg",
      "form_factor": "narrow",
      "label": "Supporting all main-series games"
    },
    {
      "src": "/images/pwa-screenshots/mobile-3.jpg",
      "sizes": "1080x1920",
      "type": "image/jpg",
      "form_factor": "narrow",
      "label": "All the essential information you need in one place"
    },
    {
      "src": "/images/pwa-screenshots/desktop-1.jpg",
      "sizes": "2560x1440",
      "type": "image/jpg",
      "form_factor": "wide",
      "label": "PokéPC, The complete Pokédex and Livingdex Tracker"
    }
  ],
  "shortcuts": [
    {
      "name": "My PC",
      "short_name": "PC",
      "description": "My PC page",
      "url": "/pc/desktop",
      "icons": [
        {
          "src": "/images/pwa/favicon-196.png",
          "sizes": "196x196",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pokédex",
      "short_name": "Pokédex",
      "description": "Pokédex page",
      "url": "/pokemon",
      "icons": [
        {
          "src": "/images/pwa/favicon-196.png",
          "sizes": "196x196",
          "type": "image/png"
        }
      ]
    }
  ]
}
