Learn Words

Learn Words

Extension for learning vocabulary in different languages. 2 different words learning games. 14 words topics

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_appName__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.0.1",
  "browser_action": {
    "default_icon": "img/five.png",
    "default_popup": "app/components/extensionPopup/popup.html"
  },
  "icons": {
    "16": "img/fiveWords16.png",
    "48": "img/fiveWords48.png",
    "64": "img/fiveWords64.png",
    "128": "img/fiveWords128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "storage",
    "https://fiveapi.getfivewords.com/*",
    "http://localhost/*"
  ]
}