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,
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "\/popup\/index.html"
},
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"name": "ShopifyMonitor-Winning Products Notification",
"description": "24-hour monitoring and immediate access to the latest competitor product.",
"version": "1.1.0",
"oauth2": {
"client_id": "992736669068-qp9m7jo9284rn2fnge9dc22iao2tcb5e.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"host_permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
],
"permissions": [
"cookies",
"storage",
"identity",
"scripting",
"activeTab"
]
}