Inspect and view changes in Wondersign Catalog Kiosk 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Wondersign Catalog Kiosk",
"short_name": "Catalog Kiosk",
"description": "Catalog Kiosk is the digital version of the Ashley Furniture product catalog.",
"display": "standalone",
"icons": {
"128": "assets/images/icon_128.png"
},
"version": "5.161.2",
"version_name": "5.161.2",
"manifest_version": 2,
"minimum_chrome_version": "53",
"kiosk_enabled": true,
"offline_enabled": true,
"accessibilityFeatures.modify": {
"channel": "stable",
"extension_types": [
"extension",
"platform_app"
],
"platforms": [
"chromeos"
]
},
"accessibilityFeatures.read": {
"channel": "stable",
"extension_types": [
"extension",
"platform_app"
],
"platforms": [
"chromeos"
]
},
"permissions": [
"webview",
"<all_urls>",
"https://notify.bugsnag.com/*",
"https://*.keen.io/*",
"https://*.stripe.com/*",
"notifications",
"unlimitedStorage",
"syncFileSystem",
"storage",
"fileSystem",
"power",
"system.display",
"system.memory",
"accessibilityFeatures.modify",
"accessibilityFeatures.read",
"enterprise.deviceAttributes",
"app.window.fullscreen"
],
"webview": {
"partitions": [
{
"name": "wv",
"accessible_resources": [
"*chrome-extension*",
"pricing_template.html"
]
}
]
},
"sandbox": {
"pages": [
"*chrome-extension*"
]
},
"app": {
"background": {
"scripts": [
"assets/background.js"
]
}
}
}