{
  "id": "pokedesk-pwa",
  "short_name": "Pokedesk",
  "name": "Pokedesk - Pokémon Browser Edition",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "theme_color": "#0f0f1a",
  "background_color": "#0f0f1a",
  "orientation": "portrait"
}