BattleJack merges classic Blackjack with card battles, featuring champions with unique abilities in a quest to hit 21.
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": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "4",
"homepage_url": "https://yesthisgame.com/battlejack/",
"offline_enabled": true,
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"128": "icons/icon-128.png"
},
"default_locale": "en",
"action": {
"default_icon": "icons/icon-128.png",
"default_title": "BattleJack of Champions Race",
"default_popup": "popup.html"
},
"background": {
"service_worker": "js/inout.js"
}
}