Blog-Budy

Blog-Budy

A dictionary extension for bloggers that lets users get word meanings and synonyms by simply searching the word in the extension…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Blog-Budy",
  "version": "0.1.0",
  "permissions": [
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js; object-src 'self'"
}