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": "Sugar - Smart Shopping Assistant",
"version": "2.5.12",
"description": "Price tracking & monitoring for eCommerce",
"homepage_url": "https:\/\/www.getsugar.io\/privacy\/",
"manifest_version": 3,
"action": {
"default_icon": "icons\/icon_16.png",
"default_title": "Sugar",
"default_popup": "popup\/index.html"
},
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"ui.js"
],
"run_at": "document_start"
}
],
"permissions": [
"alarms",
"storage",
"scripting",
"webNavigation"
],
"host_permissions": [
"<all_urls>",
"https:\/\/*.bugsnag.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"\/libs\/extend-native-history-api.js",
"\/libs\/requests.js",
"\/fonts\/outfit\/font-outfit.css",
"\/fonts\/outfit\/*.ttf"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"minimum_chrome_version": "110.0"
}