EarnBox — получай деньги за простые действия

EarnBox — получай деньги за простые действия

EarnBox — получай деньги за простые действия

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "jquery.js",
      "js.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "index.html",
    "default_title": "Дополнение сайта EarnBox"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "injected.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "EarnBox — получай деньги за простые действия",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "EarnBox — получай деньги за простые действия",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "Дополнение сайта EarnBox",
  "version": "1.0"
}