Inspect and view changes in Hikigames 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",
"manifest_version": 3,
"name": "Hikigames",
"version": "1.1",
"description": "Hikigames in the browser",
"permissions": [
"contextMenus",
"sidePanel",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icons/logo.png",
"48": "icons/logo.png",
"128": "icons/logo.png"
},
"default_title": "Click to open panel"
},
"side_panel": {
"default_path": "side_panel.html"
},
"icons": {
"16": "icons/logo.png",
"48": "icons/logo.png",
"128": "icons/logo.png"
}
}