Inspect and view changes in Pathuku Classic Game 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
{
"name": "Pathuku Classic Game",
"author": "Rob Baker",
"description": "Connect the lines",
"version": "1.4.13",
"action": {
"default_title": "Pathuku Classic Game",
"default_popup": "mini.html",
"default_icon": {
"16": "images/icons/icon-16x16.png",
"32": "images/icons/icon-32x32.png",
"48": "images/icons/icon-48x48.png",
"128": "images/icons/icon-128x128.png"
}
},
"icons": {
"16": "images/icons/icon-16x16.png",
"32": "images/icons/icon-32x32.png",
"48": "images/icons/icon-48x48.png",
"128": "images/icons/icon-128x128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
},
"host_permissions": [
"https://wwww.pathuku.com/games/pathuku/play"
],
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}