Synonyms Deluxe

Synonyms Deluxe

Find synonyms for words. Be a deluxe writer with this powerful little widget.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Synonyms Deluxe",
  "version": "1.06",
  "description": "Find synonyms for words. Be a deluxe writer with this powerful little widget.",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}