CF Manager

CF Manager

CF Manager 1.4

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "128.png"
  },
  "description": "CF Manager 1.4",
  "default_locale": "en_GB",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "CF Manager",
  "short_name": "CF Manager",
  "version": "1.4",
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "script/global/jquery.js",
        "script/global/moment.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "fonts/glyphicons-halflings-regular.eot",
    "fonts/glyphicons-halflings-regular.woff",
    "fonts/glyphicons-halflings-regular.ttf",
    "fonts/glyphicons-halflings-regular.svg",
    "images/*",
    "ui/*",
    "css/*",
    "_locales/*",
    "/css_vendor/*.css",
    "/fonts/*.*",
    "/images/*.*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://www.google.com; object-src https://www.google-analytics.com https://www.google.com 'self'",
  "permissions": [
    "activeTab",
    "storage",
    "*://*.facebook.com/*",
    "https://*.cfmanager.cloud/*",
    "https://*.cfmanager.site/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "author": "CF Manager"
}