{
  "name": "RestoLink - Sistem Pemesanan Makanan Digital",
  "short_name": "RestoLink",
  "description": "Sistem pemesanan makanan digital untuk restoran modern. Pesan makanan dengan mudah, cepat, dan efisien di RestoLink.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "any",
  "scope": "/",
  "lang": "id",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "restaurant", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Menu",
      "short_name": "Menu",
      "description": "Lihat menu restoran",
      "url": "/menu",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

