{
  "name": "OE-GPS-Superapps",
  "short_name": "OE-GPS",
  "description": "Advanced GPS Tracker System",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#041630",
  "theme_color": "#041630",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/asset-icon/logo-pwa.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/asset-icon/logo-pwa.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "splash_screen": {
    "background_color": "#041630",
    "icons": [
      {
        "src": "/asset-icon/logo-pwa.webp",
        "sizes": "512x512",
        "type": "image/webp"
      }
    ]
  }
}