Icing On The Cake

Icing On The Cake

Icing On The Cake is a fun online game where you’re playing as a pastry-cook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Icing On The Cake",
  "manifest_version": 2,
  "description": "Icing On The Cake is a fun online game where you’re playing as a pastry-cook",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "version": "1",
  "browser_action": {},
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  }
}