Basecamp Booster+

Basecamp Booster+

Change the boost characters limit and boooost like never before!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Basecamp Booster+",
  "version": "1.0.0",
  "description": "Change the boost characters limit and boooost like never before!",
  "icons": {
    "16": "./icons/icon16.png",
    "24": "./icons/icon24.png",
    "32": "./icons/icon32.png",
    "48": "./icons/icon48.png",
    "128": "./icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "./settings/settings.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.basecamp.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{595006d9-6f14-46ef-9712-d2f55a74b40b}"
    }
  }
}