IT Hit Edit Doc Opener 5

IT Hit Edit Doc Opener 5

Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps. Powered by ithit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IT Hit Edit Doc Opener 5",
  "version": "5.21.5944.10",
  "manifest_version": 2,
  "description": "Enables opening documents for editing directly from the WebDAV server and saving back to server without download and upload steps.",
  "homepage_url": "https://www.webdavsystem.com/ajax/",
  "author": "IT Hit, Ltd",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "nativeMessaging",
    "storage",
    "cookies",
    "<all_urls>",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "icons/48x48.png"
  },
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  }
}