Zoho Expense

Zoho Expense

Snap and Upload Receipts to automatically create Expense entries

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "2.0",
  "default_locale": "en",
  "icons": {
    "16": "images/fav-icon-x16.png",
    "32": "images/fav-icon-x32.png",
    "128": "images/fav-icon-x128.png"
  },
  "background": {
    "scripts": [
      "vendor/jquery.min.js",
      "vendor/rsvp.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "cookies",
    "contextMenus",
    "tabs"
  ],
  "web_accessible_resources": [
    "styles/*",
    "loader.html",
    "clipper.html"
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/fav-icon-x19.png",
      "38": "images/fav-icon-x38.png"
    },
    "default_popup": "index.html"
  }
}