{
  "name": "TióPop - Christmas Game",
  "short_name": "TióPop",
  "description": "Experience the traditional Catalan Christmas game with friends and family",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#FF6D00",
  "background_color": "#FEF8F0",
  "lang": "es",
  "scope": "/",
  "icons": [
    {
      "src": "/tiopop-mascot-complete.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/tiopop-mascot-complete.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/tiopop-mascot-complete.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["games", "entertainment", "shopping"],
  "shortcuts": [
    {
      "name": "Play Game",
      "url": "/",
      "description": "Start playing TióPop game"
    },
    {
      "name": "Shop",
      "url": "/shop",
      "description": "Browse TióPop products"
    }
  ]
}