{
  "name": "Match3",
  "short_name": "Match3",
  "manifest_version": 2,
  "version": "0.0.7",
  "default_locale": "en",
  "description": "The game is about matching 3 or more items in a row.",
  "start_url": "https://match3.1kit.net",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#232323",
  "background_color": "#090911",
  "display": "standalone"
}
