Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"short_name": "trufflepiggy",
"default_locale": "en",
"version": "1.9.10",
"author": "Trufflepiggy e.U.",
"homepage_url": "https:\/\/www.trufflepiggy.com",
"icons": {
"16": "images\/tpchromeicon-16.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_qs-serviceworker.js"
},
"options_ui": {
"page": "options.html"
},
"web_accessible_resources": [
{
"resources": [
"css\/trufflepiggy_selector.css",
"images\/tpicon.png",
"js\/cmm_iframeinjector_plain.js",
"js\/cmm_document_selector.js",
"js\/cmm_iframecommunicator.js",
"js\/cmm_chromecontent.js",
"js\/cmm_web_message_relay.js",
"localframe.html",
"local_trufflepiggy_main.html",
"css\/trufflepiggy_main.css",
"js\/reqwest.js",
"js\/trufflepiggy_basic.js",
"js\/trufflepiggy.js",
"js\/trufflepiggy_init.js",
"js\/tp_build_local_content.js",
"images\/av1.jpg",
"images\/tp_cs-800x124.png",
"images\/tplogo-121x93.png",
"permissions.html",
"permissions.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/trufflepiggy.com\/find*",
"https:\/\/trufflepiggy.com\/client\/find*",
"https:\/\/trufflepiggy.com\/client\/quickview*"
],
"css": [
"css\/trufflepiggy_selector.css"
],
"js": [
"js\/tp_build_local_content.js",
"js\/cmm_iframeinjector_plain.js",
"js\/cmm_document_selector.js",
"js\/cmm_chromecontent.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/*.trufflepiggy.com\/*"
],
"js": [
"js\/cmm_web_message_relay.js"
],
"all_frames": false
}
],
"permissions": [
"tabs",
"activeTab",
"contextMenus",
"storage",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
]
}