{
  "name": "Spare a Grade - Community Collectible Grading",
  "short_name": "Spare a Grade",
  "description": "A peer-to-peer grading community for comics and trading cards",
  "start_url": "/feed",
  "display": "standalone",
  "background_color": "#f5f0e6",
  "theme_color": "#c41e3a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "entertainment",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Submit Item",
      "short_name": "Submit",
      "description": "Submit a new collectible for grading",
      "url": "/submit",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Items",
      "short_name": "My Items",
      "description": "View your submitted items",
      "url": "/profile",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
