Inspect and view changes in Gomoku Friends 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": 2,
"name": "Gomoku Friends",
"short_name": "Gomoku Friends",
"description": "Create an unbroken row of five stones before your friend does first in Gomoku, an abstract strategy board game!",
"version": "2.2.2.3",
"minimum_chrome_version": "38",
"icons": {
"16": "assets/icon_16.png",
"128": "assets/icon_128.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxJNAxtNmxe9gfQACSymYyA6XvmRVM2vCyvVr5SsF9lzMgoZKuL51hu9emOU41RIpNY9paVMBxmSso6w4f8PmwRcCPWpcIeJUcC8O85hrUvzsiTiCNo2NzTFSkNtY2vuMrnZI9AqDJlXXigcrapSgPr1Gmb4NMb4c5baWgfVo1DtDBlh3nRzhkAdCwpnN+aq0o/MrCtLHlYDoN+MMhaNLIFpB5FwHnilTFsIx5ooWCOKTpo5/paECZrX8Vfr6FUpuePpfP6kfyrDqcxd1VPHoPkXITUXw5F+Z6P6Z8DXUbDZYZN3CnJINCWrGCeZOc3yx/1dWek/Q6Rcmy5jPfR8Y/wIDAQAB",
"webview": {
"partitions": [
{
"name": "static",
"accessible_resources": [
"*"
]
},
{
"name": "trusted*",
"accessible_resources": [
"*"
]
}
]
},
"permissions": [
"webview"
]
}