shark-plugin

shark-plugin

Shark Chrome Extension for IBU

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "shark-plugin",
  "version": "1.9.20",
  "description": "Shark Chrome Extension for IBU",
  "icons": {
    "16": "images/custom/16x16.png",
    "48": "images/custom/48x48.png",
    "128": "images/custom/128x128.png"
  },
  "action": {
    "default_icon": {
      "38": "images/custom/38x38_disabled.png"
    },
    "default_title": "shark-plugin",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "devtools_page": "/devtools/devtools-page.html",
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/html2canvas.min.js",
        "js/shark-insert.js"
      ],
      "css": [
        "css/shark-insert.css"
      ],
      "matches": [
        "http://*.trip.com/*",
        "https://*.trip.com/*",
        "http://*.ctrip.com/*",
        "https://*.ctrip.com/*",
        "http://*.tripcorp.com/*",
        "https://*.tripcorp.com/*",
        "http://*.tripqate.com/*",
        "https://*.tripqate.com/*",
        "http://*.ctripcorp.com/*",
        "https://*.ctripcorp.com/*",
        "http://*.tyo-masters.co.jp/*",
        "https://*.tyo-masters.co.jp/*",
        "http://*.trip.biz/*",
        "https://*.trip.biz/*"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ]
}