{
  "id": "/",
  "name": "MyDash",
  "short_name": "MyDash",
  "description": "A highly-customizable personal start page for organizing and launching web bookmarks, with support for multiple PIN-protected profiles and optional cloud sync.  Intended to be used in Tesla, but can also be used in browser sidebars or as a progressive web app (PWA) on mobile or computer.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0078d4",
  "theme_color": "#0078d4",
  "orientation": "any",
  "icons": [
    {
      "src": "logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
