Quento

Quento

Quento is a little puzzle game that makes simple math fun for all ages! It gives you the answer - but can you do the math?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Quento",
  "description": "Quento is a little puzzle game that makes simple math fun for all ages! It gives you the answer - but can you do the math?",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "offline_enabled": true
}