Translect

Translect

Allows you to quickly and easily translate French words to English.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Translect",
  "description": "Allows you to quickly and easily translate French words to English.",
  "version": "1.0",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "https://fr.wiktionary.org/",
    "tabs",
    "http://*/*"
  ],
  "content_security_policy": "script-src 'self' https://fr.wiktionary.org; object-src 'self'",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "translect.html"
  }
}