{
  "name": "mydigihub",
  "short_name": "mydigihub",
  "description": "Your calm command center for emails, documents, deadlines, and financial files — organised automatically.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2a7f8a",
  "background_color": "#f9f6f0",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "./icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Deadline Hub",
      "short_name": "Deadlines",
      "description": "View your upcoming deadlines",
      "url": "./deadlines",
      "icons": [{ "src": "./icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Trust & Protection",
      "short_name": "Trust",
      "description": "Check for suspicious emails and fake invoices",
      "url": "./trust",
      "icons": [{ "src": "./icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
