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_ExtensionName__",
"description": "__MSG_ExtensionDescription__",
"default_locale": "en",
"version": "7.6.2",
"icons": {
"44": "trustmark_44x44px.4d8023d3.png",
"48": "logo_eu_b2b_48.5b008d46.png",
"100": "logo_eu_b2b.3b670708.png",
"128": "logo_eu_b2b.3b670708.png"
},
"background": {
"service_worker": "background.a514a671.js"
},
"action": {
"default_title": "__MSG_ExtensionName__",
"default_icon": {
"16": "icon_default-16.fd16abc6.png",
"24": "icon_default-24.9948cc43.png",
"32": "icon_default-32.7a71ba73.png"
},
"default_popup": "popup.216f442d.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"include_globs": [
"*:\/\/www.google.*"
],
"js": [
"google.6fb9c33c.js"
],
"css": [
"google.119b0351.css"
]
}
],
"permissions": [
"scripting",
"alarms",
"storage",
"tabs"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/fakeShops\/index.css"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"logo_eu_b2b.3b670708.png"
]
}
]
}