Inspect and view changes in Crestron XPanel Launcher 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
{
"manifest_version": 3,
"name": "Crestron XPanel Launcher",
"version": "3.0.1.5",
"description": "Simplified access to XPanels",
"author": "Nathaniel Perron",
"action": {
"default_popup": "index.html",
"default_title": "Tuck School Crestron XPanels"
},
"icons": {
"16": "imgs/icon16.png",
"32": "imgs/icon32.png",
"64": "imgs/icon64.png",
"128": "imgs/icon128.png",
"256": "imgs/icon256.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{942af69a-ac71-4e8c-bc22-e3c3618824e6}"
}
}
}