Cooking Fast 3 Ribs And Pancakes

Cooking Fast 3 Ribs And Pancakes

Cook & serve tasty Ribs And Pancakes FAST as a chef in Cooking Fast 3 – the fun new kitchen game!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cooking Fast 3 Ribs And Pancakes",
  "short_name": "Play Cooking Fast 3 Ribs And Pancakes Online Game",
  "description": "Cook & serve tasty Ribs And Pancakes FAST as a chef in Cooking Fast 3 – the fun new kitchen game!",
  "version": "1.0",
  "browser_action": {
    "default_title": "Cooking Fast 3 Ribs And Pancakes",
    "default_icon": "128.png"
  },
  "icons": {
    "16": "128.png",
    "48": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}