*Trufflepiggy - Context Search

The context search for all of us: quick, easy & fully customizable. Perfect for translations, price comparisons, image searches,…
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "*Trufflepiggy - Context Search",
  "description": "__MSG_appDesc__",
  "short_name": "tpcs",
  "default_locale": "en",
  "version": "0.9.9",
  "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"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}