Idiom

Idiom

Idiom helps you read foreign-language websites. Tap the extension, and then select any word to speak and translate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Idiom",
  "short_name": "Idiom",
  "description": "Idiom helps you read foreign-language websites.  Tap the extension, and then select any word to speak and translate.",
  "version": "1.1.3",
  "browser_action": {
    "default_title": "Enable Idiom",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://api.getidiom.com/*",
    "activeTab",
    "storage",
    "tts"
  ]
}