{
  "name": "PowerCogs",
  "short_name": "PowerCogs",
  "description": "Never buy a duplicate again. Browse your collection offline at record stores.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#0A0A0A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Collection",
      "short_name": "Collection",
      "description": "View your collection",
      "url": "/dashboard/collection"
    },
    {
      "name": "Want List",
      "short_name": "Want List",
      "description": "View your want list",
      "url": "/dashboard/want-list"
    },
    {
      "name": "Alerts",
      "short_name": "Alerts",
      "description": "View your alerts",
      "url": "/dashboard/alerts"
    }
  ]
}
