{
  "name": "CekSinyal Batam - Test Kecepatan Internet & Sinyal Provider",
  "short_name": "CekSinyal Batam",
  "description": "Test kecepatan internet dan cek kualitas sinyal provider di berbagai area Batam. Data crowdsource dari warga untuk warga.",
  "start_url": "/cek-sinyal",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["utilities", "lifestyle"],
  "lang": "id",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Test Kecepatan Sekarang",
      "short_name": "Speed Test",
      "description": "Langsung mulai test kecepatan internet",
      "url": "/cek-sinyal",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Lihat Ranking ISP",
      "short_name": "Rankings",
      "description": "Lihat ranking provider internet di Batam",
      "url": "/cek-sinyal#rankings",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192", 
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile-1.png", 
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "features": [
    "speed-test",
    "location-detection", 
    "offline-caching",
    "social-sharing"
  ]
}