Inspect and view changes in Cars Backgrounds 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",
"chrome_url_overrides": {
"newtab": "main.html"
},
"background": {
"service_worker": "background.js"
},
"description": "A perfect new Cars themed new tab extension for your chrome browser.",
"icons": {
"32": "logo.png",
"48": "logo.png",
"96": "logo.png",
"128": "logo.png"
},
"manifest_version": 3,
"name": "Cars Backgrounds",
"version": "0.0.0.1"
}