{
  "name": "BhojanOS",
  "short_name": "BhojanOS",
  "description": "Direct ordering OS for Food Businesses",
  "id": "com.bhojanos.pwa",
  "start_url": "/owner/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1A0505",
  "theme_color": "#1A0505",
  "orientation": "portrait",
  "categories": [
    "food",
    "lifestyle",
    "business"
  ],
  "icons": [
    {
      "src": "/bhojan-os-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/bhojan-os-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}