Bible fun Game for all ages
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": "Bible Quiz",
"description": "Bible fun Game for all ages",
"version": "1.0.2.2",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/arrow16.png",
"32": "images/arrow32.png",
"48": "images/arrow48.png",
"128": "images/arrow128.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+G",
"mac": "MacCtrl+Shift+G"
},
"description": "Opens Bible Quiz"
}
},
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
}