Inspect and view changes in Live Signage App Player 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": "Live Signage App Player",
"description": "Player per la visualizzazione di un canale Live Signage o Live Tourist su totem outdoor e indoor, tv/display, tablet e Chromebit",
"version": "0.0.3",
"manifest_version": 2,
"short_name": "Live Signage",
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"icons": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
},
"permissions": [
"webview",
"https://api.livesignage.it/v1/*",
"storage"
]
}