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_SHOPPING_EXTENSION_NAME__",
"description": "__MSG_SHOPPING_EXTENSION_DESCRIPTION__",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt+71zZwMDL\/1u7UZhv+0T8fGqKh3bbfAfvrTwJb63ixbJaFl7yxowqx5efAS1V8Jik\/SSx8mjWogRb+ovsrLt8d4dxqWKDRWD983kxepvwIEqFdSDAhkabUcCtFY4DCg0vOijJTaNqHkJTqmmIJO4wwYGLCU4ZTPIdOmsCheKxD9QUaI+gt123UKHBCmXH9HnhX1I\/GvyaMO6L2xypUP81WMnIzCn9EszGsBrW8ldggGSfsTttKC9WIZjqBZvA2DysRajRRIdU3v3uOBiZTN\/VVncxLfPaOA9bOf3F9su\/CsFgl4Qs8FDn\/Z2nwTGfKEYX+xav6ceOqeVHkJl5KUAwIDAQAB",
"options_page": "options.html",
"host_permissions": [
"<all_urls>"
],
"default_locale": "en",
"action": {
"default_title": "__MSG_SHOPPING_EXTENSION_NAME__",
"default_popup": "popover.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScriptStarted.js"
],
"all_frames": true,
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.amazon.com\/*"
],
"js": [
"contentAmazonCoupons.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.amazon.com\/*"
],
"js": [
"contentAmazonProductRewards.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.amazon.com\/s*"
],
"js": [
"contentAmazonSearchProductRewards.js"
],
"all_frames": false,
"run_at": "document_start"
},
{
"matches": [
"https:\/\/*.google.com\/*"
],
"js": [
"contentSERPPartnerBoost.js"
],
"all_frames": false,
"run_at": "document_start"
}
],
"icons": {
"16": "assets\/icons\/active\/icon16.png",
"32": "assets\/icons\/inactive\/icon32.png",
"48": "assets\/icons\/active\/icon48.png",
"128": "assets\/icons\/active\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"alarms",
"cookies",
"tabs",
"storage",
"scripting",
"webNavigation",
"unlimitedStorage",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback",
"offscreen",
"webRequest",
"management",
"sidePanel"
],
"externally_connectable": {
"matches": [
"https:\/\/pie.org\/*",
"https:\/\/www.pie.org\/*",
"https:\/\/campaign-dash.pie.org\/*"
],
"accepts_tls_channel_id": false,
"ids": [
"jpkfgepcmmchgfbjblnodjhldacghenp"
]
},
"side_panel": {
"default_path": "sidePanel.html"
},
"web_accessible_resources": [
{
"resources": [
"assets\/page\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
},
{
"resources": [
"assets\/page\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"version": "1.29.1"
}