{
  "name": "WareWisp",
  "short_name": "WareWisp",
  "description": "The operating system for your creative business",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#1A0E06",
  "theme_color": "#1A0E06",
  "orientation": "any",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the WareWisp dashboard",
      "url": "./index.html#dashboard",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Workshop",
      "short_name": "Workshop",
      "description": "Open the product workshop",
      "url": "./index.html#workshop",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Treasury",
      "short_name": "Treasury",
      "description": "Open the treasury",
      "url": "./index.html#treasury",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
