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": "CashBack+ Pay brought to you by Prizeout",
"short_name": "CashBack+ Pay",
"version": "1.2.8",
"description": "Earn instant cashback on your everyday online shopping. Available exclusively to select Credit Union members.",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_title": "CashBack+",
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScripts.js"
]
}
],
"host_permissions": [
"https:\/\/*\/*"
],
"background": {
"service_worker": "serviceWorkers.js"
},
"permissions": [
"activeTab",
"storage",
"tabs",
"webNavigation"
],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.html",
"*.png"
],
"matches": [
"<all_urls>"
]
}
]
}