{
  "name": "CheckPiece - One Piece Funko Pop Tracker",
  "short_name": "CheckPiece",
  "description": "Track and manage your One Piece Funko Pop collection with ease",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2563EB",
  "background_color": "#FAFAFA",
  "categories": ["lifestyle", "shopping"],
  "screenshots": [
    {
      "src": "/logoweb.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/logoweb.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logoweb.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logoweb.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Collection",
      "short_name": "Collection",
      "description": "View your Funko Pop collection",
      "url": "/?action=collection",
      "icons": [
        {
          "src": "/logoweb.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
