Cupcake Run

Cupcake Run

Ever wondered what cupcakes do when you're not looking? Well now you know!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cupcake Run",
  "description": "Ever wondered what cupcakes do when you're not looking? Well now you know!",
  "version": "4.1",
  "manifest_version": 2,
  "homepage_url": "http://www.i-m.co/MGill/MarkGillettArt",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": true
}