Inspect and view changes in iDiD digital signage. 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",
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"manifest_version": 2,
"name": "iDiD digital signage.",
"version": "0.0.28",
"description": "iDiD digital signage.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"author": "ConnectingTalents Oy",
"short_name": "idid",
"kiosk_enabled": true,
"commands": {
"pause": {
"suggested_key": {
"default": "Ctrl+Shift+0"
},
"description": "Pause iDiD",
"global": true
},
"resume": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "Resume iDiD",
"global": true
},
"refresh": {
"suggested_key": {
"default": "Ctrl+Shift+5"
},
"description": "Refresh iDiD",
"global": true
}
},
"offline_enabled": true,
"permissions": [
"appview",
"app.window.fullscreen",
"app.window.fullscreen.overrideEsc",
"alwaysOnTopWindows",
"alarms",
"audioCapture",
"browser",
"clipboardRead",
"clipboardWrite",
"contextMenus",
"desktopCapture",
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
},
"gcm",
"geolocation",
"hid",
"identity",
"idle",
"notifications",
"pointerLock",
"power",
"serial",
"storage",
"syncFileSystem",
"system.cpu",
"system.display",
"system.memory",
"system.network",
"system.storage",
"http://idid.fi/player",
"http://idid.fi/player2",
"tts",
"unlimitedStorage",
"usb",
"videoCapture",
"webview"
]
}