ClouDoc Chrome Ext

ClouDoc Chrome Ext

ClouDoc Crome Ext

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ClouDoc Chrome Ext",
  "version": "0.0.0.32",
  "description": "ClouDoc Crome Ext",
  "background": {
    "service_worker": "get_current_url.js"
  },
  "action": {
    "default_icon": "cloudoc.png",
    "default_popup": "cloudoc.html"
  },
  "permissions": [
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "cloudoc.png"
      ],
      "matches": [],
      "extension_ids": []
    }
  ],
  "manifest_version": 3
}