FIVE: dictionary for the Browser tab

FIVE: dictionary for the Browser tab

It has never been easier to memorize a foreign word without doing anything!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "3.0.3",
  "short_name": "FIVE",
  "author": "Onur Uzun",
  "permissions": [
    "contextMenus",
    "management"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "96": "assets/F-196.png",
    "128": "assets/F-196.png",
    "196": "assets/F-196.png"
  }
}