APEX Page Designer Tab Lock - Explorer UK

APEX Page Designer Tab Lock - Explorer UK

APEX Page Designer & Developer Toolbar Enhancer By @matt_mulvaney @Explorerukltd

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "APEX Page Designer Tab Lock - Explorer UK",
  "description": "APEX Page Designer & Developer Toolbar Enhancer By @matt_mulvaney @Explorerukltd",
  "version": "20.1.1",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "background": {
    "scripts": [
      "commonShared.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "*://*/*wwv_flow.accept*"
      ],
      "exclude_matches": [
        "*://*/*f?p=4000:939*"
      ],
      "js": [
        "mousetrap.min.js",
        "mousetrap-global-bind.min.js",
        "contentAllFrames.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*/*",
        "*://*/*wwv_flow.accept*"
      ],
      "exclude_matches": [
        "*://*/*f?p=4000:939*"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "jquery-ui.min.js",
        "jquery.growl.js",
        "contentInit.js",
        "commonShared.js",
        "content.js",
        "contentRevealer.js",
        "contentCodeMirror.js"
      ],
      "css": [
        "jquery.growl.css",
        "content.css",
        "cm-themes.css"
      ]
    },
    {
      "matches": [
        "*://*/*f?p=4000:939*"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "contentInit.js",
        "contentViewDebug.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "browser_action": {
    "default_title": "",
    "default_popup": ""
  },
  "icons": {
    "16": "icon1.png",
    "48": "icon1.png",
    "128": "icon1.png"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "web_accessible_resources": [
    "jquery-3.1.1.min.js",
    "jquery-ui.min.js",
    "revealer.html",
    "revealer.js",
    "revealer.css",
    "fontApexHipster.svg",
    "fontApexHipster-o.svg",
    "options.html",
    "tabLockInvertLook.css",
    "enhancedDebugger.css"
  ],
  "content_security_policy": "script-src 'self' https://example.com; object-src 'self'",
  "short_name": "APEX TabLock",
  "manifest_version": 2
}