{
  "name": "YAKKI EDU Games",
  "short_name": "YAKKI Games",
  "description": "78 Interactive Language Learning Games for CEFR A1-C1 levels. Vocabulary, grammar, pronunciation, and psychodidactic games.",
  "version": "1.0.0",
  "start_url": "/games/?utm_source=pwa",
  "scope": "/games/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2196F3",
  "background_color": "#FAFAFA",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "games", "productivity"],
  "icons": [
    {
      "src": "../icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "../icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "../screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "YAKKI Games on Desktop"
    },
    {
      "src": "../screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "platform": "narrow",
      "label": "YAKKI Games on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Vocabulary Games",
      "short_name": "Vocabulary",
      "description": "Practice vocabulary with interactive games",
      "url": "/games/?category=lexical",
      "icons": [
        {
          "src": "../icon-vocab-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Grammar Games",
      "short_name": "Grammar",
      "description": "Master grammar structures",
      "url": "/games/?category=grammar",
      "icons": [
        {
          "src": "../icon-grammar-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Pronunciation",
      "short_name": "Pronunciation",
      "description": "Perfect your pronunciation",
      "url": "/games/?category=pronunciation-beginner",
      "icons": [
        {
          "src": "../icon-pronunciation-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/games/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/games/open",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+yakki",
      "url": "/games/?protocol=%s"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.yakki.edu",
      "id": "com.yakki.edu"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}