Inspect and view changes in Nut Catcher 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": "Nut Catcher",
"description": "Help this little squirrel to gather nuts for the coming winter. Run, collect and dodge the obstacles for as long as you can!",
"version": "2.0",
"content_security_policy": "script-src 'self' https://clay.io https://clay.io:846; object-src 'self'",
"icons": {
"128": "128x128.png"
},
"app": {
"launch": {
"web_url": "http://nutcatcher.clay.io"
}
},
"permissions": [
"unlimitedStorage"
],
"offline_enabled": true
}