{
  "name": "Automano",
  "short_name": "Automano",
  "description": "The only history check that follows the car across borders. Real VIN history for €7.90, wherever the car came from.",
  "dir": "ltr",
  "lang": "en",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "/?source=pwa",
  "scope": "/",
  "background_color": "#fafaf7",
  "theme_color": "#1054ff",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/assets/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favicons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favicons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Decode VIN",
      "short_name": "Decode",
      "description": "Decode a vehicle VIN — free, no signup",
      "url": "/?source=pwa_shortcut",
      "icons": [{ "src": "/assets/favicons/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
