Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appCommon_name__",
"description": "__MSG_appCommon_description__",
"default_locale": "en",
"version": "4.0.8",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"permissions": [
"storage",
"tabs",
"webRequest"
],
"background": {
"service_worker": "service_worker.bundle.js",
"scripts": [
"commons.bundle.js",
"background.bundle.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"commons.bundle.js",
"content.bundle.js"
]
}
],
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"icons": {
"16": "images\/icon-light-16.png",
"48": "images\/icon-light-48.png",
"128": "images\/icon-light-128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*.jpg",
"images\/*.jpeg",
"images\/*.png",
"images\/*.gif",
"images\/*.svg",
"fonts\/*.eot",
"fonts\/*.otf",
"fonts\/*.ttf",
"fonts\/*.woff",
"fonts\/*.woff2",
"*.bundle.js.map",
"*.js.map",
"*.map"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon-light-16.png",
"48": "images\/icon-light-48.png",
"128": "images\/icon-light-128.png"
}
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/bx-ac-ca.rewardops.com\/*"
]
}