{
  "id": "com.pokamind.app",
  "short_name": "PokaMind",
  "name": "PokaMind",
  "description": "Track your mood, start a session from anywhere with PokaMind",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.pokamind.app",
      "id": "com.pokamind.app"
    }
  ],
  "prefer_related_applications": false,
  "categories": ["lifestyle", "health"],
  "screenshots": [
    {
      "src": "screenshot-narrow.png",
      "sizes": "640x1280",
      "type": "image/png",
      "platform": "narrow",
      "label": "PokaMind App homescreen"
    }
  ]
}