{
  "name": "Coffee OS",
  "short_name": "Coffee OS",
  "description": "Full web-native operating system - Install entire OS offline",
  "start_url": "/COFFEE_HUB/COFFEE_HUB_SPLASH.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#071124",
  "theme_color": "#8B5E46",
  "orientation": "any",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' fill='%238B5E46'/><text x='50%25' y='50%25' font-size='120' text-anchor='middle' dominant-baseline='central'>☕</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' fill='%238B5E46'/><text x='50%25' y='50%25' font-size='320' text-anchor='middle' dominant-baseline='central'>☕</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "developer"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Hub",
      "short_name": "Hub",
      "description": "Open Coffee Hub",
      "url": "/COFFEE_HUB/COFFEE_HUB.html"
    },
    {
      "name": "Home Screen",
      "short_name": "Home",
      "description": "Open Home Screen",
      "url": "/HOME_SCREEN/HOME_SCREEN.html"
    },
    {
      "name": "Kitchen",
      "short_name": "Kitchen",
      "description": "Open Coffee Kitchen",
      "url": "/COFFEE_KITCHEN/COFFEE_KITCHEN.html"
    }
  ]
}
