Zoho Invoice Timer

Zoho Invoice Timer

Start a timer and log time for your projects in Zoho Invoice, anywhere on the web!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.7.16",
  "default_locale": "en",
  "background": {
    "persistent": true,
    "scripts": [
      "js/bground.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com ; object-src 'self' ",
  "permissions": [
    "cookies",
    "https://gadgets.zoho.com/getchrome.do",
    "https://gadgets.zoho.eu/getchrome.do",
    "https://gadgets.zoho.in/getchrome.do",
    "https://gadgets.zoho.com.au/getchrome.do",
    "https://gadgets.zoho.jp/getchrome.do",
    "https://gadgets.zoho.uk/getchrome.do",
    "https://gadgets.zohocloud.ca/getchrome.do",
    "https://gadgets.zoho.sa/getchrome.do",
    "https://invoice.zoho.com/wmsimpl.do",
    "https://invoice.zoho.eu/wmsimpl.do",
    "https://invoice.zoho.in/wmsimpl.do",
    "https://invoice.zoho.com.au/wmsimpl.do",
    "https://invoice.zoho.jp/wmsimpl.do",
    "https://invoice.zoho.uk/wmsimpl.do",
    "https://invoice.zohocloud.ca/wmsimpl.do",
    "https://invoice.zoho.sa/wmsimpl.do",
    "https://www.zoho.com/invoice/login/",
    "https://www.zoho.com/",
    "https://www.zoho.eu/",
    "https://www.zoho.in/",
    "https://www.zoho.com.au/",
    "https://www.zoho.jp/",
    "https://www.zoho.uk/",
    "https://www.zohocloud.ca/",
    "https://www.zoho.sa/",
    "storage",
    "contextMenus"
  ],
  "icons": {
    "16": "image/Invoice-x16.png",
    "32": "image/Invoice-x32.png",
    "128": "image/Invoice-x128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+I",
        "mac": "Alt+Shift+I",
        "chromeos": "Alt+Shift+I",
        "linux": "Alt+Shift+I"
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "image/Invoice-x16.png",
      "32": "image/Invoice-x32.png",
      "128": "image/Invoice-x128.png"
    },
    "default_popup": "index.html"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "js/mainmenu.js",
    "css/styles.css",
    "js/bootstrap.min.js",
    "image/invoice-timer.png",
    "image/Invoice-x128.png",
    "image/Invoice-x32.png",
    "image/Invoice-x16.png",
    "css/datepicker3.min.css",
    "css/bootstrap-datepicker.min.js"
  ]
}