
{
  "name": "MyCollectionValue",
  "short_name": "MyCollectionValue",
  "description": "Discover the value in your collection - Track, value, and manage your collectibles with eBay-powered price estimates",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "My Collection",
      "short_name": "Collection",
      "description": "View your collection",
      "url": "/collection",
      "icons": [
        {
          "src": "/apple-touch-icon-120x120.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Search Items",
      "short_name": "Search",
      "description": "Search for items",
      "url": "/search",
      "icons": [
        {
          "src": "/apple-touch-icon-120x120.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}