{
  "name": "SynCharge",
  "short_name": "SynCharge",
  "description": "Smart EV charging scheduler — optimized for NordPool electricity prices",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0c12",
  "theme_color": "#0a0c12",
  "orientation": "portrait-primary",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "View charging status",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Prices",
      "short_name": "Prices",
      "description": "View electricity prices",
      "url": "/prices",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
