Inspect and view changes in Mi Home For PC, Windows, Mac - Free Download 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": "Mi Home For PC, Windows, Mac - Free Download",
"description": "Mi Home For PC, Windows, Mac - Free Download",
"manifest_version": 3,
"version": "1.1.1",
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Mi Home For PC, Windows, Mac - Free Download",
"default_popup": "/cards/battery-card.html",
"default_icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
}