{
  "name": "Focus Sites",
  "short_name": "Focus",
  "description": "Situs web responsif untuk berbagai perangkat",
  "start_url": "./index.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4a6cf7",
  "icons": [
    {
      "src": "./assets/images/id-flag-256.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/images/id-flag-256.svg",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Produk",
      "short_name": "Produk",
      "description": "Lihat produk kami",
      "url": "./products.php",
      "icons": [
        { "src": "./assets/images/id-flag-256.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Tentang Kami",
      "short_name": "Tentang",
      "description": "Pelajari tentang kami",
      "url": "./about.php",
      "icons": [
        { "src": "./assets/images/id-flag-256.png", "sizes": "192x192" }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "./assets/images/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Halaman Beranda Focus Sites"
    },
    {
      "src": "./assets/images/screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Halaman Produk Focus Sites"
    },
    {
      "src": "./assets/images/screenshot-mobile1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "platform": "narrow",
      "label": "Tampilan Mobile Focus Sites"
    }
  ]
}
