{
  "name": "UDA Platform - Unified Data Access",
  "short_name": "UDA Platform",
  "description": "Powering Tomorrow's Energy Solutions Since 1994",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a3a5c",
  "theme_color": "#1a3a5c",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Data Entry",
      "short_name": "New Entry",
      "description": "Create a new data entry",
      "url": "/data-entry",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View dashboard",
      "url": "/",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Data View",
      "short_name": "View Data",
      "description": "View and analyze data",
      "url": "/data-view",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
