ovice Reaction Extension

ovice Reaction Extension

Extension for one-click execution of ovice reaction functions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.20",
  "author": "cti1650",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.d0591844.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shortcut.e18a8f47.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "createButton.f6f42743.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.ovice.in/*",
        "https://*.ovice.io/*",
        "https://app.rc.ovice.com/ws/*"
      ],
      "js": [
        "contents.4683de87.js"
      ],
      "css": [
        "style.9f7578ab.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "createFunc.be8eb402.js"
      ],
      "css": []
    }
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/**/*.png"
      ],
      "matches": [
        "https://*.ovice.in/*",
        "https://*.ovice.io/*",
        "https://app.rc.ovice.com/*"
      ]
    }
  ],
  "host_permissions": [
    "https://*.ovice.in/*",
    "https://*.ovice.io/*",
    "https://app.rc.ovice.com/*"
  ]
}