Inspect and view changes in Steampunk Horse Racing 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": "Steampunk Horse Racing",
"description": "Choose your horse and race to victory in a world of clockwork and steampunk.",
"author": "Serdar Çivi",
"version": "1.0.0",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icons/Icon-192.png",
"default_title": "Steampunk Horse Racing"
},
"icons": {
"128": "icons/Icon-192.png"
}
}