midfeed - Skype marketing tool

midfeed - Skype marketing tool

this extension is part of midfeed extension tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "midfeed - Skype marketing tool",
  "description": "this extension is part of midfeed extension tools",
  "version": "2.3.4",
  "permissions": [
    "contextMenus",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://*.skype.com/",
    "*://*.midfeed.com/",
    "https://*.live.com/",
    "https://auth.gfx.ms/",
    "*://*.midfeed.net/*",
    "notifications",
    "http://*/",
    "https://*/"
  ],
  "web_accessible_resources": [
    "gfx/icons/*.png",
    "*"
  ],
  "icons": {
    "16": "gfx/icon16.png",
    "48": "gfx/icon48.png",
    "128": "gfx/icon128.png",
    "256": "gfx/icon256.png"
  },
  "browser_action": {
    "default_icon": "gfx/icon.png",
    "default_popup": "popup.html",
    "default_title": "midfeed - Skype marketing tool"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "js": [
        "js/utils.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "jquery-3.1.1.min.js",
      "js/store.js",
      "js/settings.min.js",
      "js/utils.js",
      "js/menu.min.js",
      "js/background.js",
      "js/api.js",
      "js/sha256.min.js",
      "js/sha256Auth.min.js",
      "js/BigInteger.min.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}