wscaduniverse GO

wscaduniverse GO

Add a context menu option to selected text and search in wscaduniverse.com by this text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "wscaduniverse GO",
  "description": "Add a context menu option to selected text and search in wscaduniverse.com by this text.",
  "manifest_version": 2,
  "version": "1.0.0",
  "homepage_url": "https://wscaduniverse.com",
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/icon16.png",
      "32": "/images/icon32.png",
      "48": "/images/icon48.png",
      "128": "/images/icon128.png"
    }
  },
  "icons": {
    "16": "/images/icon16.png",
    "32": "/images/icon32.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  }
}