Word Study Extension

Word Study Extension

Improve your English with our Chrome extension! Enter words and get sentences powered by GPT-3 API. Fun, interactive and easy to use

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Word Study Extension",
  "version": "1.2",
  "description": "Improve your English with our Chrome extension! Enter words and get sentences powered by GPT-3 API. Fun, interactive and easy to use",
  "icons": {
    "16": "./img/icons/icon16.png",
    "32": "./img/icons/icon32.png",
    "48": "./img/icons/icon48.png",
    "128": "./img/icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}