Win cash, gift cards and more when you search the web, watch videos, and shop at online stores like Amazon, Target, and others!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Winzos! Web Contests",
"description": "Win cash, gift cards and more when you search the web, watch videos, and shop at online stores like Amazon, Target, and others!",
"version": "1.3.2",
"manifest_version": 3,
"icons": {
"48": "/img/winzos_48.png",
"128": "/img/winzos_128.png"
},
"action": {
"default_icon": {
"48": "/img/winzos_48.png",
"128": "/img/winzos_128.png"
}
},
"permissions": [
"storage",
"tabs",
"gcm",
"notifications"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https://*/*"
],
"css": [
"e.css"
],
"js": [
"js/launcher.js",
"e.js"
]
}
],
"host_permissions": [
"https://*/"
],
"web_accessible_resources": [
{
"resources": [
"*.png",
"*.jpg",
"*.gif",
"*.eot",
"*.eot#iefix",
"*.ttf",
"*.woff",
"*.svg",
"*.js",
"*.css",
"*.html"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}