Bloons Tower - New Tab

Bloons Tower - New Tab

Bloons Tower Defense is a tower defense game where your goal is to keep those pesky balloons from getting out of your range.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "FUN Game",
  "name": "Bloons Tower - New Tab",
  "description": "Bloons Tower Defense is a tower defense game where your goal is to keep those pesky balloons from getting out of your range.",
  "manifest_version": 3,
  "version": "4.5",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": {
      "128": "128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "bookmarks",
    "topSites"
  ],
  "icons": {
    "128": "128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}