NooBoss

NooBoss

A powerful Extensions Manager and Userscript Manager with many unique features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "version": "0.1.9",
  "options_page": "popup.html?page=options",
  "browser_action": {
    "default_icon": "images/icon_128.png",
    "default_title": "NooBoss~",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "minimum_chrome_version": "42",
  "permissions": [
    "tabs",
    "management",
    "notifications",
    "storage",
    "unlimitedStorage",
    "https://clients2.google.com/*",
    "https://ainoob.com/*"
  ]
}