{
  "id": "/",
  "name": "GuideGame",
  "short_name": "GuideGame",
  "description": "Explore. Play. Earn. Gamified self-guided city tours that turn sightseeing into a game - follow the clues, unlock the story, and earn real rewards from local businesses.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#061d31",
  "theme_color": "#061d31",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "travel",
    "entertainment",
    "education",
    "lifestyle"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/gg-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/gg-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/gg-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/gg-screenshot-4.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Your tours, always at hand"
    },
    {
      "src": "/gg-screenshot-5.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Follow the map from clue to clue"
    },
    {
      "src": "/gg-screenshot-6.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Complete the journey and unlock your rewards"
    },
    {
      "src": "/gg-screenshot-1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Explore the city through a fully guided tour of 5 major sights"
    },
    {
      "src": "/gg-screenshot-2.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Earn exclusive gifts and real discounts from local partners"
    },
    {
      "src": "/gg-screenshot-3.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Play an interactive scenario, solve riddles, and collect your badges"
    }
  ],
  "shortcuts": [
    {
      "name": "My Tours",
      "short_name": "Tours",
      "description": "Continue a tour or start a new one",
      "url": "/account.html"
    },
    {
      "name": "My Rewards",
      "short_name": "Rewards",
      "description": "See the rewards you have unlocked",
      "url": "/account.html?action=showRewards"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ]
}