Trufflepiggy - Context Search

Trufflepiggy - Context Search

The context search for all of us: quick, easy & fully customizable. Perfect for translations, price comparisons, image searches,…

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_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "contextsearch",
  "default_locale": "en",
  "version": "0.9.10",
  "author": "Trufflepiggy e.U.",
  "homepage_url": "https://www.trufflepiggy.com/contextsearch",
  "icons": {
    "16": "images/omnibox-16x16.png",
    "32": "images/tpchromeicon-32.png",
    "64": "images/tpchromeicon-64.png",
    "128": "images/tpchromeicon-128.png"
  },
  "omnibox": {
    "keyword": "t"
  },
  "action": {
    "default_icon": {
      "128": "images/tpchromeicon-128.png"
    },
    "default_title": "__MSG_iconTitle__"
  },
  "background": {
    "service_worker": "js/tp_cs-serviceworker.js"
  },
  "options_ui": {
    "page": "options.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/cmm_web_message_relay.js",
        "images/av1.jpg",
        "images/tp_cs-800x124.png",
        "images/tplogo-121x93.png",
        "permissions.html",
        "permissions.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.trufflepiggy.com/*"
      ],
      "js": [
        "js/cmm_web_message_relay.js"
      ],
      "all_frames": false
    }
  ],
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "https://*.trufflepiggy.com/*"
  ],
  "optional_permissions": [
    "tabs"
  ]
}