Inspect and view changes in Typeracer - Friendly Death Mode 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
{
"name": "Typeracer - Friendly Death Mode",
"version": "0.1.1",
"manifest_version": 3,
"description": "An extension to punish you with a time delay on errors on typeracer.com",
"permissions": [
"activeTab",
"scripting",
"tabs"
],
"action": {
"default_icon": {
"128": "/icons/friendlydeathmode128x128.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}