Inspect and view changes in Nutrislice Digital Signage v 1.7.1 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": "Nutrislice Digital Signage v 1.7.1",
"short_name": "Nutrislice Signage",
"description": "Chrome Kiosk App for Nutrislice™ Digital Signage - exceptional signage for schools, food service, and everything else.",
"version": "1.7.1",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"commands": {
"open-url-bar": {
"suggested_key": {
"default": "Ctrl+U"
},
"description": "Toggle URL Bar"
}
},
"permissions": [
"webview",
"storage",
"power",
"contextMenus",
"fullscreen",
"system.display",
"enterprise.deviceAttributes"
],
"kiosk_enabled": true,
"offline_enabled": true,
"icons": {
"16": "icon-16.png",
"128": "icon-128.png"
}
}