Inspect and view changes in Play Signage - Smart 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",
"name": "Play Signage - Smart Digital Signage",
"version": "2.6.0",
"manifest_version": 2,
"kiosk_enabled": true,
"offline_enabled": true,
"description": "Boost customer engagement by controlling and changing the content on your smart digital display with the convenience of an app.",
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
"app": {
"background": {
"scripts": [
"scripts/background.js"
]
}
},
"permissions": [
"http://localhost:5000/",
"https://s3.eu-central-1.amazonaws.com/",
"https://playsignage.com/",
"https://int.playsignage.com/",
"storage",
"fullscreen",
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
},
"unlimitedStorage",
"overrideEscFullscreen",
"webview",
"power",
"background"
]
}