{
  "name": "Mythical Hobbies Learning Platform",
  "short_name": "Mythical Hobbies",
  "description": "Learn with magical fairies, unicorns, and mermaids!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF5F8",
  "theme_color": "#7C5CBF",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "games", "entertainment"],
  "icons": [
    {
      "src": "imgs/branding/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "imgs/branding/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "imgs/branding/welcome.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Welcome Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Memory Match",
      "short_name": "Memory",
      "description": "Play the Memory Match game",
      "url": "/?game=memory",
      "icons": [{ "src": "imgs/game/card_memory.png", "sizes": "96x96" }]
    },
    {
      "name": "Hobby Quiz",
      "short_name": "Quiz",
      "description": "Guess the creature's hobby",
      "url": "/?game=hobby",
      "icons": [{ "src": "imgs/game/card_hobby.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
