FireSpeech

FireSpeech

FireSpeech learning tool helps you learn new and trending words in multiple languages ​​with voice flashcards and get one step…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.8.4",
  "short_name": "FireSpeech",
  "name": "FireSpeech",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "notifications",
    "tabs"
  ],
  "host_permissions": [
    "https://firespeech.s3.amazonaws.com/*"
  ],
  "action": {},
  "content_scripts": []
}