Writer - Extension & Clipper

Writer - Extension & Clipper

Create, access and edit Writer documents from any tab, and clip references to a document.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Writer - Extension & Clipper",

  "description" : "Create, access and edit Writer documents from any tab, and clip references to a document.",

  "version": "2.0.3",
  
  "permissions": [
      "cookies",
      "tabs",
      "http://*/*", 
      "https://*/*", 
      "contextMenus", 
      "storage", 
      "notifications", 
      "downloads", 
      "downloads.open",
      "clipboardWrite",
      "clipboardRead"
  ],
  
  "browser_action": {
      "default_title": "Writer",
      "default_popup": "html/zwplugin.html",
      "default_icon": "images/writer-logo.png"
  },
  
  "background": {
    
    "scripts": [ "js/jquery.min.js",
                 "js/jquery.ajaxupload.js",
                 "js/constants.js",
                 "js/contextmenu.js",
                 "js/background.js",
                 "js/utils.js", 
                 "js/download.js"]
  },
  
  "icons":{
         "128":"images/writer-logo.png"
  },
  
  "content_scripts": [
      {
         "matches": [ "https://writer.zoho.com.cn/writer/open", "https://predocs.zoho.com.cn/writer/open", "https://docs.zoho.com.cn/writer/open", "https://predocs2.zoho.com/writer/open", "https://predocs.zoho.com/writer/open", "https://docs.zoho.com/writer/open/*", "https://writer.zoho.com/writer/open/*", "https://exportwriter.zoho.com/", "https://prewriter.zoho.com/", "https://sheet.zoho.com/", "https://presheet.zoho.com/", "https://show.zoho.com/", "https://preshow.zoho.com/", "https://docs.zoho.com/sheet/ropen.do", "https://predocs.zoho.com/sheet/ropen.do", "https://docs.zoho.com/show/ropen.do", "https://predocs.zoho.com/show/ropen.do", "https://docs.zoho.com/writer/new", "https://docs.zoho.com/writer/editor.im", "https://exportwriter.zoho.com/writer/editor.im", "https://prewriter.zoho.com/writer/new", "https://predocs.zoho.com/writer/new", "https://prewriter.zoho.com/writer/editor.im", "https://docs.zoho.com/show/open/", "https://predocs.zoho.com/show/open/", "https://docs.skydesk.jp/writer/open", "https://predocs.skydesk.jp/writer/open", "https://docs.zoho.eu/writer/open", "https://predocs.zoho.eu/writer/open", "https://writer.zoho.eu/writer/open", "https://prewriter.zoho.eu/writer/open", "https://prewriter.zoho.com/writer/open", "https://predocs.zoho.com.cn/writer/templates", "https://docs.zoho.com.cn/writer/templates", "https://predocs2.zoho.com/writer/templates", "https://predocs.zoho.com/writer/templates", "https://docs.zoho.com/writer/templates", "https://docs.zoho.eu/writer/templates", "https://predocs.zoho.eu/writer/templates", "https://docs.skydesk.jp/writer/templates", "https://predocs.skydesk.jp/writer/templates" ],
         "js": ["js/zwpaste.js"]
      }
  ],
  
  "manifest_version": 2,
  "applications": {
    "gecko": {
       "id": "[email protected]"
       // "update_url":"http://clients2.google.com/service/update2/crx",
    }
  }
}