Easydoc

Easydoc

Easydoc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Easydoc",
  "description": "Easydoc",
  "version": "1.5.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/contentscripts.js"
      ],
      "run_at": "document_start"
    }
  ],
  "homepage_url": "https://easydoc.top",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/icon.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "img/24.png",
    "48": "img/72.png",
    "128": "img/114.png"
  },
  "web_accessible_resources": [
    "js/injectedScript.js",
    "js/uuid.js",
    "js/message.js"
  ]
}