HighVocab: Vocabulary Builder

HighVocab: Vocabulary Builder

Boost English vocabulary with HighVocab. Save words and phrases, highlight while browsing, and rephrase sentences.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "HighVocab: Vocabulary Builder",
  "version": "1.3.3",
  "manifest_version": 3,
  "description": "Boost English vocabulary with HighVocab. Save words and phrases, highlight while browsing, and rephrase sentences.",
  "oauth2": {
    "client_id": "914906844456-n02osl3vlh4f85oeksjp1o69g54prchp.apps.googleusercontent.com",
    "scopes": [
      "profile email"
    ]
  },
  "icons": {
    "512": "logo.png"
  },
  "content_scripts": [
    {
      "js": [
        "static/js/content.js"
      ],
      "css": [
        "static/css/content.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_title": "High Vocab",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}