{
  "name": "Decode My Item",
  "short_name": "Decode",
  "description": "Fast Serial Number Decoding and Item Age Verification",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b1326",
  "theme_color": "#44e5c2",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon.png",
      "type": "image/png",
      "sizes": "256x256",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Serial Number Decoder",
      "short_name": "Decoder",
      "description": "Decode serial numbers to get manufacture date",
      "url": "/decoder-tool",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Smart Lookup",
      "short_name": "Lookup",
      "description": "Look up items by model number or description",
      "url": "/smart-lookup",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    }
  ]
}
