TIBAO - Animals Memory Game

TIBAO - Animals Memory Game

Try your memory with Animals Memory Game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "TIBAO - Animals Memory Game",
  "description": "Try your memory with Animals Memory Game",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": true
}