{
  "name": "DASBridge — Manufacturing Command Deck",
  "short_name": "DASBridge",
  "description": "Run your machine shop from one screen — jobs, invoices, quality, capacity, the lot.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "lang": "en-GB",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Today screen — daily morning home",
      "url": "/today"
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Things that need your attention",
      "url": "/inbox"
    },
    {
      "name": "Jobs",
      "short_name": "Jobs",
      "description": "Every job in the shop",
      "url": "/jobs"
    }
  ]
}
