{
  "name": "Teachable Pokedex",
  "short_name": "Pokedex",
  "id": "./",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#760000",
  "theme_color": "#760000",
  "description": "A pokedex made with teachable machine",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "./assets/icons/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/icons/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "./assets/icons/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
