{
  "name": "RankMyGame — Community Game Rankings",
  "short_name": "RankMyGame",
  "description": "Community-driven platform for ranking and reviewing games. Every ranking earned through real votes.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#111827",
  "theme_color": "#f59e0b",
  "categories": ["games", "entertainment", "social"],
  "icons": [
    {
      "src": "/images/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Games",
      "url": "/games",
      "icons": [{ "src": "/images/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Forum",
      "url": "/forum",
      "icons": [{ "src": "/images/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search",
      "url": "/search",
      "icons": [{ "src": "/images/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
