{
  "name": "Bowser Family",
  "short_name": "Bowser",
  "description": "The Bowser Family app hub — TimeBank, Cartly, Lean Build, all in one place.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["productivity", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "bowser-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "bowser-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "bowser-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "bowser-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "TimeBank",   "short_name": "TimeBank",   "url": "./#timebank"  },
    { "name": "Cartly",     "short_name": "Cartly",     "url": "./#cartly"    },
    { "name": "Lean Build", "short_name": "Lean Build", "url": "./#leanbuild" }
  ]
}
