Memory Junior by Utile

A colourful memory game with a lot of animals, fun for all ages!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShort__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.3.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "launcher16.png",
    "128": "launcher128.png",
    "512": "launcher.png"
  },
  "author": "Utile, Roland Janssen"
}