Caba Html Games

Caba Html Games

Change your browsers theme and play popular html5 games

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Caba Html Games",
  "description": "Change your browsers theme and play popular html5 games",
  "version": "0.1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "games.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "action": {
    "default_icon": {
      "16": "16x16.png",
      "48": "48x48.png",
      "128": "128x128.png"
    }
  },
  "manifest_version": 3,
  "permissions": [
    "storage"
  ]
}