{
  "name": "AmalBike",
  "short_name": "AmalBike",
  "description": "Super App layanan on-demand terlengkap untuk Manado",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1B3B8A",
  "theme_color": "#1B3B8A",
  "lang": "id",
  "icons": [
    {
      "src": "/icons/icon-72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-96.svg",
      "sizes": "96x96",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-128.svg",
      "sizes": "128x128",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Go-Ride",
      "short_name": "Go-Ride",
      "description": "Pesan ojek sekarang",
      "url": "/frontend/pages/go-ride.html",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Go-Food",
      "short_name": "Go-Food",
      "description": "Pesan makanan",
      "url": "/frontend/pages/go-food.html",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": [
    "transportation",
    "food",
    "lifestyle"
  ],
  "screenshots": []
}