Inspect and view changes in embed 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",
"name": "embed signage",
"short_name": "embed signage",
"author": "Embed Signage Ltd",
"version": "1.1.5",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"js/background.js"
]
}
},
"offline_enabled": true,
"permissions": [
"webview",
"unlimitedStorage",
"desktopCapture",
"geolocation",
"system.cpu",
"identity",
"overrideEscFullscreen",
"system.display",
"power",
"system.network",
"<all_urls>",
"https://*.ssl.cf3.rackcdn.com/",
"system.memory",
"system.storage",
"gcm",
"alwaysOnTopWindows",
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
},
"storage",
"tts",
"accessibilityFeatures.read"
],
"icons": {
"16": "images/icon_16.png",
"128": "images/icon_128.png"
},
"kiosk_enabled": true,
"sandbox": {
"pages": []
},
"webview": {
"partitions": [
{
"name": "contentView",
"accessible_resources": [
"*.html"
]
}
]
}
}