Dave And Spiders

Dave And Spiders

Dave and the spiders do not get along. Help dave get rid of the spiders in the forest.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dave And Spiders",
  "description": "Dave and the spiders do not get along. Help dave get rid of the spiders in the forest. ",
  "version": "1.0.0.0",
  "manifest_version": 2,
  "homepage_url": "http://www.gravygame.com/",
  "app": {
    "launch": {
      "local_path": "index.html",
      "container": "panel",
      "width": 640,
      "height": 480
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": true
}