{
  "name": "IronGlass® Application Suite",
  "short_name": "ironglass",
  "description": "Eight Integrated Applications - Purpose-built tools that work together seamlessly to organize every aspect of your personal data.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#581c87",
  "orientation": "portrait-primary",
  "categories": ["productivity", "lifestyle", "social"],
  "scope": "/",
  "icons": [
    {
      "src": "/assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Event",
      "short_name": "New Event",
      "description": "Create a new event quickly",
      "url": "/gifthub/create-event",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "View Events",
      "short_name": "Events",
      "description": "View all your events",
      "url": "/gifthub",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "DataHub",
      "short_name": "Receipts",
      "description": "Manage receipts and expenses",
      "url": "/datahub",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
