Adverwild : Marketting tools

Adverwild : Marketting tools

Adverwild Marketting tools for Facebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Adverwild : Marketting tools",
  "short_name": "AMT",
  "description": "Adverwild Marketting tools for Facebook",
  "version": "3.0",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon/icon128.png"
  },
  "icons": {
    "128": "icon/icon128.png"
  },
  "permissions": [
    "webRequest",
    "storage",
    "*://*.facebook.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "js/jquery.js",
        "js/content.js"
      ],
      "css": [
        "css/style.css"
      ]
    },
    {
      "matches": [
        "*://*.facebook.com/*?action=*"
      ],
      "css": [
        "css/bootstrap.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "html/*"
  ]
}