middlespot

middlespot

Desktop The Web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "middlespot",
  "description": "Desktop The Web",
  "version": "4.0.1",
  "browser_action": {
    "default_icon": "middlespotextension.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.middlespot.com/*"
    ]
  },
  "permissions": [
    "activeTab",
    "identity",
    "bookmarks",
    "tabs",
    "http://*.middlespot.com/*",
    "tabs",
    "https://*.middlespot.com/*",
    "https://accounts.google.com/*",
    "http://*.middlespot.com/",
    "https://*.middlespot.com/",
    "https://apis.google.com/",
    "https://apis.google.com/js/platform.js",
    "https://ajax.googleapis.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}