Hack My Ads

Hack My Ads

Hack My Ads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "Hack My Ads"
  },
  "content_scripts": [
    {
      "css": [
        "content-script/contentScript.css",
        "libs/css/all.min.css",
        "libs/CodeSeven-toastr-50092cc/toastr.scss"
      ],
      "js": [
        "libs/js/jquery.min.js",
        "libs/js/sweetalert2.all.min.js",
        "content-script/contentScript.js",
        "libs/CodeSeven-toastr-50092cc/toastr.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    }
  ],
  "description": "Hack My Ads",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "Hack My Ads",
  "options_page": "options/options.html",
  "permissions": [
    "*://*.facebook.com/*",
    "activeTab",
    "tabs",
    "storage",
    "notifications",
    "https://apis.google.com/",
    "identity",
    "chrome-extension://bfjkhbohnjoglppmleplcepoklglcgmf/options/options.html",
    "http://127.0.0.1:8000/api/fetch",
    "https://app.hackmyads.com/api/fetch"
  ],
  "oauth2": {
    "client_id": "R369676887807-rgns08l1u1v1h3k3ut0e4mlh7ht2ophi.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "version": "2.2",
  "web_accessible_resources": [
    "content-script/contentScript.css",
    "images/congratulations.jpg"
  ],
  "content_security_policy": "script-src 'self' https://apis.google.com/; object-src 'self'"
}