Inspect and view changes in Tap the Fig 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": "Tap the Fig",
"description": "Tap the fig game",
"version": "0.2.1.3",
"content_security_policy": "script-src 'self' https://clay.io https://clay.io:846; object-src 'self'",
"icons": {
"128": "icon.png"
},
"app": {
"launch": {
"web_url": "http://tapthefig.clay.io"
}
},
"permissions": [
"unlimitedStorage"
],
"offline_enabled": true
}