Inspect and view changes in THPC cars Tab 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": 3,
"name": "THPC cars Tab ",
"description": "It will Replace your tab page with diffrent and fency cars Backgrounds everytime",
"short_name": "THPC cars Tab ",
"version": "1.1",
"action": {
"browser_style": false,
"default_title": "THPC cars Tab "
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"32": "assets/images/32-simple.png",
"64": "assets/images/64-simple.png",
"128": "assets/images/128-simple.png"
}
}