{
  "name": "PokerGap - Daily Poker Streak",
  "short_name": "PokerGap",
  "description": "Build your daily poker streak! Complete Texas Hold'em challenges every day, sharpen your skills, and play real games against other players worldwide.",
  "start_url": "/index.gap-app.html",
  "display": "standalone",
  "background_color": "#212121",
  "theme_color": "#fbbf24",
  "orientation": "portrait-primary",
  "categories": ["games", "entertainment", "social", "education"],
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "p/gap-html-assets/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "p/gap-html-assets/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "p/gap-html-assets/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "p/gap-html-assets/apple-touch-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "p/gap-html-assets/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}