{
  "name": "CasaGuide",
  "short_name": "CasaGuide",
  "description": "The guest handbook your guests love. The AI that works all night.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D2B35",
  "theme_color": "#E05838",
  "categories": ["travel", "lifestyle", "business"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My properties",
      "short_name": "Properties",
      "description": "Open your CasaGuide dashboard",
      "url": "/app",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Add a property",
      "short_name": "New",
      "description": "Start a new handbook",
      "url": "/app/properties/new",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
