{
  "name": "Gradely - TCG Collection Management",
  "short_name": "Gradely",
  "description": "Manage your Trading Card Game collection and participate in the exchange marketplace",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0B7AEB",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/gradely_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/gradely.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "categories": ["entertainment", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Collection",
      "short_name": "Collection",
      "description": "View your card collection",
      "url": "/collection",
      "icons": [
        {
          "src": "/gradely_logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Wishlist",
      "short_name": "Wishlist",
      "description": "View your wishlist",
      "url": "/wishlist",
      "icons": [
        {
          "src": "/gradely_logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Catalogue",
      "short_name": "Catalogue",
      "description": "Browse card catalogue",
      "url": "/catalogue",
      "icons": [
        {
          "src": "/gradely_logo.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
