Spelunky

Spelunky

"Legends speak of a Colossal Cave that extends deep underground, so twisted by time that its passages shift like the sand under……

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "30",
  "name": "Spelunky",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "6"
}