Inspect and view changes in The Floor is the Surface of the Sun 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",
"name": "The Floor is the Surface of the Sun",
"description": "A tricky puzzle game on the surface of the sun.",
"version": "1.0",
"manifest_version": 2,
"offline_enabled": true,
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"permissions": [
"storage",
"https://www.google-analytics.com/"
],
"icons": {
"16": "./res/platform_icon16.png",
"128": "./res/platform_icon128.png"
}
}