{
  "name": "Valfri",
  "short_name": "Valfri",
  "description": "Sveriges super-app — taxi, mat, skönhet, flytt, städning, shopping",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A1A",
  "theme_color": "#0A0A1A",
  "lang": "sv",
  "dir": "ltr",
  "categories": ["lifestyle", "business", "food", "transport"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Beställ taxi",
      "short_name": "Taxi",
      "url": "/?action=taxi",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Beställ mat",
      "short_name": "Mat",
      "url": "/?action=food",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
