Inspect and view changes in UDS | Welcome to Washington | Dual Display 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",
"manifest_version": 2,
"name": "UDS | Welcome to Washington | Dual Display",
"description": "Fullscreen display of Welcome to Washington sign (two screens).",
"version": "0.2.0",
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"offline_enabled": true,
"short_name": "W2W Dual",
"kiosk_enabled": true,
"icons": {
"16": "icon_16.png",
"96": "icon_96.png",
"128": "icon_128.png"
},
"permissions": [
"fullscreen",
"power",
"notifications"
]
}