Cookie Crush Online

Cookie Crush Online

Cookie Crush, the smash hit Match 3 game, is back. Match elements and earn points in over 700 levels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cookie Crush Online",
  "manifest_version": 2,
  "description": "Cookie Crush, the smash hit Match 3 game, is back. Match elements and earn points in over 700 levels",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "version": "1",
  "browser_action": {},
  "chrome_accept_languages": {
    "message": "$CHROME$ accepts $languages$ languages",
    "placeholders": {
      "chrome": {
        "content": "Chrome",
        "example": "Chrome"
      },
      "languages": {
        "content": "$1",
        "example": "en,sr,de"
      }
    }
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  }
}