Examine source code of Abstracta

Inspect and view changes in Abstracta 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": "Abstracta",
  "description": "A cool action game with great music. Collect gems and powerups and avoid the deadly mines. Unlock new powerups as you play.",
  "version": "1.3",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://creativesparkstudios.com/abstracta/app.html"
    ],
    "launch": {
      "web_url": "http://creativesparkstudios.com/abstracta/app.html"
    }
  },
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}