A to K

A to K

Can you reach K by merging A's into B's, B's into C's and so forth?

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "A to K",
  "description": "Can you reach K by merging A's into B's, B's into C's and so forth?",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://creativesparkstudios.com/atok/app.html"
    ],
    "launch": {
      "web_url": "http://creativesparkstudios.com/atok/app.html"
    }
  },
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}