{
  "name": "PokeKit.GG - Pokemon TCG Price Tracker",
  "short_name": "PokeKit.GG",
  "description": "Track Pokemon TCG card prices, market trends, and build your collection with real-time data and analytics. Features Pokedex, TCG sets, Pocket mode, and comprehensive card management tools.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#FFFDF7",
  "theme_color": "#d97706",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["games", "entertainment", "productivity", "utilities"],
  "prefer_related_applications": false,
  "display_override": ["standalone"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Cards",
      "short_name": "Search",
      "description": "Search for Pokemon TCG cards",
      "url": "/cards?search=true",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pokedex",
      "short_name": "Pokedex",
      "description": "Browse Pokemon database",
      "url": "/pokedex",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "TCG Hub",
      "short_name": "TCG",
      "description": "Open the Pokemon TCG discovery hub",
      "url": "/tcg",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pocket Mode",
      "short_name": "Pocket",
      "description": "Pokemon TCG Pocket cards",
      "url": "/pocketmode",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/pokekitlogo.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PLACEHOLDER - Replace with actual desktop screenshot of PokeKit.GG card price trends"
    },
    {
      "src": "/pokekitlogo.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PLACEHOLDER - Replace with actual mobile screenshot of PokeKit.GG card browsing"
    }
  ],
  "share_target": {
    "action": "/cards",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+pokemon",
      "url": "/cards?pokemon=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "capture_links": "new-client",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "related_applications": [],
  "iarc_rating_id": "",
  "orientation": "any",
  "display_orientation": "natural"
}
