{
  "name": "MANA — TCG Platform",
  "short_name": "MANA",
  "description": "TCG marketplace, collection tracker & store — Magic, Pokémon, Lorcana, One Piece",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#c9a96e",
  "icons": [
    {
      "src": "/static/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "games", "entertainment"],
  "lang": "id",
  "dir": "ltr",
  "scope": "/",
  "shortcuts": [
    {
      "name": "MANA Shop",
      "short_name": "Shop",
      "url": "/shop/",
      "icon": "/static/images/pwa/icon-192.png"
    },
    {
      "name": "Market",
      "short_name": "Market",
      "url": "/market.html"
    },
    {
      "name": "My Collection",
      "short_name": "Collection",
      "url": "/my_collection.html"
    },
    {
      "name": "Deck Builder",
      "short_name": "Deck",
      "url": "/deck_builder.html"
    }
  ]
}
