Inspect and view changes in Dashboard TV 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": "Dashboard TV",
"description": "Displaying your dashboard on screen. Multiple pages, fullscreen, reload, hide mouse cursor, manipulate pages (javascript injection).",
"version": "0.2",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"js/jquery.min.js",
"js/background.js"
]
}
},
"permissions": [
"webview",
"fullscreen",
"storage",
"http://*/*.json"
],
"icons": {
"16": "images/icon16.png",
"128": "images/icon128.png"
}
}