Monosearch

Monosearch

From shopping to sale. You can quickly check on other sites from the menu button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "short_name": "monosearch",
  "default_locale": "en",
  "version": "7.0.1",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "contextMenus",
    "notifications",
    "storage"
  ],
  "icons": {
    "16": "img/monosearch.png",
    "19": "img/monosearch_19.png",
    "48": "img/monosearch_48.png",
    "128": "img/monosearch_128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/contents_script.js",
        "js/lib/canvasjs.min.js"
      ],
      "css": [
        "css/style.css",
        "css/free.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "templates/*",
        "json/*",
        "css/*",
        "js/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "action/popup.html"
  },
  "options_page": "option/menu.html",
  "content_security_policy": {
    "directive": "script-src 'self' 'wasm-unsafe-eval'"
  },
  "oauth2": {
    "client_id": "140533057811-stennh2uo3l34nnufa6rfjog90u5mmvo.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login",
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgFsIM7ewSzzHaZjnhe56IFtX8BOaTivUdruoEk47SZYei+e/8/pzYUwC3nqf+deHdNeqqAl7q/aMt2PcNw0UbFyImhOwVdZOFfELTlUJ7qG19JwHtyuNnojPIl1/u5awCs9jnUHEPhpj5nYA/nFtqffdLTr7kz7wBGDlLg5UX3nPwKMTsTA6kvuuhPOfoBbO3iwBIr/TL43Y1K1/ahR6T6W+w+aPx7SG40X+0b+0pQ6dVdZG1/v8qcLXGlnWc9ZFj3k17lkFf8fuX1CfUtmirGzn/5IMiv/skZbniGGRV82xXRQtqd3AYw/t2izsqzDhQgLS20Un4WOGtkrNiOGyhQIDAQAB"
}