{
  "name": "Cebu Taxi",
  "short_name": "Cebu Taxi",
  "description": "Book verified, metered franchised taxis across Metro Cebu.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#F5B301",
  "theme_color": "#F5B301",
  "lang": "en",
  "dir": "ltr",
  "categories": ["travel", "navigation"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "ph.cebutaxi.app",
      "url": "https://play.google.com/store/apps/details?id=ph.cebutaxi.app"
    }
  ],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/passenger-home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Book a verified Cebu taxi"
    },
    {
      "src": "/screenshots/passenger-home-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Book a verified Cebu taxi"
    }
  ],
  "shortcuts": [
    { "name": "Book a Taxi", "short_name": "Book", "url": "/app/search", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "My Trips", "short_name": "Trips", "url": "/app/activity", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Safety", "short_name": "Safety", "url": "/app/safety", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
