Kids Learning Games Bookshelf at Duckie Deck

Kids Learning Games Bookshelf at Duckie Deck

In order to maintain tidiness, you have to know how to do it first. This play teaches various ways of sorting things.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kids Learning Games Bookshelf at Duckie Deck",
  "description": "In order to maintain tidiness, you have to know how to do it first. This play teaches various ways of sorting things.",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.duckiedeck.com/play/bookshelf?ref=cws"
    ],
    "launch": {
      "web_url": "http://www.duckiedeck.com/play/bookshelf?ref=cws"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}