Attack of the Ants

Attack of the Ants

Attack of the Ants!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Attack of the Ants",
  "description": "Attack of the Ants!",
  "version": "4.1",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": true
}