A mini game for long loading screens, code deploy wait times, or the 5 minutes between meetings!
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": "Jump",
"version": "1.0.1",
"description": "A mini game for long loading screens, code deploy wait times, or the 5 minutes between meetings!",
"manifest_version": 3,
"author": "Ben Sadel",
"icons": {
"128": "css/cow.png"
},
"action": {
"default_icon": "css/cow.png",
"default_popup": "index.html",
"default_title": "Jump"
}
}