Save It

Save It

Save, view and edit your favourite words. Forgot your words translation? Add description to them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Save It",
  "version": "1.3.3",
  "description": "Save, view and edit your favourite words. Forgot your words translation? Add description to them.",
  "homepage_url": "https://github.com/swpw/SaveIt",
  "icons": {
    "16": "icon16.png",
    "48": "icon32.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "./popup/popup.html"
  },
  "options_page": "./options/options.html",
  "background": {
    "scripts": [
      "./event/contextMenu.js",
      "./event/badges.js",
      "./event/initOptions.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "notifications",
    "contextMenus",
    "tabs"
  ]
}