{
    "name": "Aubin",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "description": "Journey planner and travel companion for autistic and neurodivergent passengers",
    "categories": ["travel"],
    "orientation": "portrait",
    "prefer_related_applications": true,
    "related_applications": [
      {
        "platform": "play",
        "url": "https://play.google.com/store/apps/details?id=app.aubin",
        "id": "app.aubin"
      }
    ],
    "icons": [
        {
            "src": "android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "protocol_handlers": [
      {
        "protocol": "geo",
        "url": "./#/uri/%s"
      }
    ]
}
