{
  "name": "Copenhagen Car Key Locksmith",
  "short_name": "Car Key Locksmith",
  "description": "Emergency car key and locksmith services in Copenhagen",
  "theme_color": "#050505",
  "background_color": "#050505",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "utilities"],
  "shortcuts": [
    {
      "name": "Emergency Call",
      "short_name": "Call",
      "description": "Call emergency locksmith",
      "url": "/?call"
    },
    {
      "name": "Services",
      "short_name": "Services",
      "description": "View our services",
      "url": "/#services"
    }
  ]
}