{
  "short_name": "AutoDB",
  "name": "AutoDB",
  "description": "PHP-based website that allows users to manage their vehicles.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "background_color": "#2b3035",
  "theme_color": "#212529",
  "display": "standalone",
  "icons": [
    {
      "src": "/img/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/img/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/img/icon-120.png",
      "type": "image/png",
      "sizes": "120x120",
      "purpose": "any"
    },
    {
      "src": "/img/icon-64.png",
      "type": "image/png",
      "sizes": "64x64",
      "purpose": "any"
    }
  ]
}