Inspect and view changes in Consierge: stress-free shopping source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Consierge: stress-free shopping",
"version": "1.9.4",
"author": "Igor Matias",
"description": "• Save product from any online store\n• Get notified about price drops and restocks\n• Share with friends and family",
"permissions": [
"identity",
"identity.email",
"alarms",
"commands",
"notifications",
"storage",
"tabs",
"activeTab"
],
"background": {
"service_worker": "build/background.js",
"type": "module"
},
"icons": {
"16": "logos/logo16.png",
"24": "logos/logo24.png",
"32": "logos/logo32.png",
"48": "logos/logo48.png",
"64": "logos/logo64.png",
"128": "logos/logo128.png",
"144": "logos/logo144.png",
"192": "logos/logo192.png",
"256": "logos/logo256.png",
"512": "logos/logo512.png"
},
"action": {
"default_icon": {
"16": "logos/logo16.png",
"24": "logos/logo24.png",
"32": "logos/logo32.png",
"48": "logos/logo48.png",
"64": "logos/logo64.png",
"128": "logos/logo128.png",
"144": "logos/logo144.png",
"192": "logos/logo192.png",
"256": "logos/logo256.png",
"512": "logos/logo512.png"
},
"default_title": "Consierge.",
"default_popup": "popup.html#popup",
"theme_icons": [
{
"light": "logos/logo16.png",
"size": 16
},
{
"light": "logos/logo24.png",
"size": 24
},
{
"light": "logos/logo32.png",
"size": 32
},
{
"light": "logos/logo48.png",
"size": 48
},
{
"light": "logos/logo64.png",
"size": 64
},
{
"light": "logos/logo128.png",
"size": 128
},
{
"light": "logos/logo144.png",
"size": 144
},
{
"light": "logos/logo192.png",
"size": 192
},
{
"light": "logos/logo192.png",
"size": 192
},
{
"light": "logos/logo512.png",
"size": 512
}
]
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"background.html",
"worker.html",
"logo-long.svg",
"logo-square.svg",
"logo-square-adaptive.svg",
"favicon.ico",
"favicon.svg",
"favicon-adaptive.svg",
"/assets/*",
"/logos/*",
"/build/*"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"match_about_blank": false,
"js": [
"build/content.js"
],
"run_at": "document_start"
}
],
"sandbox": {
"pages": [
"worker.html"
]
},
"content_security_policy": {
"extension_pages": "script-src http://localhost; script-src-elem 'self' https://apis.google.com https://www.gstatic.com https://www.googleapis.com https://securetoken.googleapis.com http://localhost https://api.consierge-app.com https://core.consierge-app.com https://static.consierge-app.com https://consierge-app.com; object-src http://localhost; worker-src http://localhost"
},
"externally_connectable": {
"matches": [
"https://*.consierge-app.com/*",
"https://consierge-app.com/*"
]
},
"commands": {
"add_to_collection": {
"suggested_key": {
"default": "Alt+S",
"mac": "Alt+S"
},
"description": "Add or remove product to/from collection"
},
"_execute_action": {
"suggested_key": {
"default": "Alt+L",
"mac": "Alt+L"
}
}
},
"oauth2": {
"client_id": "445271136530-uai1h2dj3uquhp8e90lnuvnb1apfqlef.apps.googleusercontent.com",
"scopes": [
"openid"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}