Examine source code of Forest Bike Trial Xtreme

Inspect and view changes in Forest Bike Trial Xtreme 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",
  "app": {
    "launch": {
      "web_url": "http://www.onlygoodgame.com/2019/11/09/bike-trial-xtreme-forest/"
    },
    "urls": [
      "http://www.onlygoodgame.com/2019/11/09/bike-trial-xtreme-forest/"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "24": "24.png",
    "128": "128.png"
  },
  "name": "__MSG_appName__",
  "version": "1.0.1",
  "manifest_version": 2,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}