Inspect and view changes in HERETIC 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": "HERETIC",
"short_name": "HERETIC",
"description": "Dark fantasy first-person shooter",
"version": "0.2.3",
"minimum_chrome_version": "88",
"manifest_version": 3,
"offline_enabled": true,
"permissions": [
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icons/hheretic-16.png"
}
},
"icons": {
"16": "icons/hheretic-16.png",
"22": "icons/hheretic-22.png",
"24": "icons/hheretic-24.png",
"32": "icons/hheretic-32.png",
"36": "icons/hheretic-36.png",
"48": "icons/hheretic-48.png",
"64": "icons/hheretic-64.png",
"72": "icons/hheretic-72.png",
"96": "icons/hheretic-96.png",
"128": "icons/hheretic-128.png",
"192": "icons/hheretic-192.png"
},
"platforms": [
{
"nacl_arch": "x86-64",
"sub_package_path": "_platform_specific/x86-64/"
},
{
"nacl_arch": "x86-32",
"sub_package_path": "_platform_specific/x86-32/"
},
{
"nacl_arch": "arm",
"sub_package_path": "_platform_specific/arm/"
}
]
}