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",
"name": "Eureka Shopping",
"version": "3.30",
"manifest_version": 3,
"description": "Discover more of what you love!",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"host_permissions": [
"https:\/\/*.joineureka.com\/*",
"https:\/\/*.eurekashopping.com\/*"
],
"permissions": [
"tabs",
"idle",
"alarms",
"storage",
"cookies"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"run_at": "document_end",
"all_frames": false
}
],
"action": {
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"default_title": "Eureka Shopping"
},
"web_accessible_resources": [
{
"resources": [
"\/widget\/index.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"\/notch-notification\/index.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"\/page-inject\/index.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"\/autoapply\/index.html"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/joineureka.com\/*",
"https:\/\/review.joineureka.com\/*",
"https:\/\/eurekashopping.com\/*",
"https:\/\/review.eurekashopping.com\/*"
]
}
}