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": "WeShop - Shopping Bookmark and Coupon Finder",
"description": "You can save any product from any site, find available coupons by just one click of Save it. Time and money saved automatically.",
"version": "0.0.5",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "assets\/images\/logo.png",
"32": "assets\/images\/logo.png",
"48": "assets\/images\/logo.png",
"128": "assets\/images\/logo.png"
}
},
"icons": {
"16": "assets\/images\/logo.png",
"32": "assets\/images\/logo.png",
"48": "assets\/images\/logo.png",
"128": "assets\/images\/logo.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/zlib.js",
"content-script.js"
]
}
],
"host_permissions": [
"https:\/\/orcaapi.weshop.com\/"
],
"web_accessible_resources": [
{
"resources": [
"assets\/images\/*.png"
],
"matches": [
"<all_urls>"
]
}
]
}