Cookie Clicker Cloud

Cookie Clicker Cloud

Sync your CookieClicker Game around the browsers!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cookie Clicker Cloud",
  "description": "Sync your CookieClicker Game around the browsers!",
  "version": "2.3.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "{43119472-cde4-4074-ac7c-0d0c91e560ca}"
    }
  },
  "icons": {
    "16": "imgs/Logo16.png",
    "48": "imgs/Logo48.png",
    "128": "imgs/Logo128.png"
  },
  "browser_action": {
    "default_icon": "imgs/Logo48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/vendor.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://orteil.dashnet.org/cookieclicker/",
        "http://orteil.dashnet.org/cookieclicker/beta/",
        "https://orteil.dashnet.org/cookieclicker/",
        "https://orteil.dashnet.org/cookieclicker/beta/",
        "https://cookieclicker.eu/cookieclicker/",
        "https://cookieclicker.eu/cookieclicker/beta/",
        "http://cookieclicker.eu/cookieclicker/",
        "http://cookieclicker.eu/cookieclicker/beta"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script_cc.js"
      ]
    },
    {
      "matches": [
        "https://coderpatsy.bitbucket.io/cookies/editor.html"
      ],
      "js": [
        "js/vendor.js",
        "js/patsyEditor.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "https://cc.timia2109.com/*",
    "http://orteil.dashnet.org/cookieclicker/*",
    "https://orteil.dashnet.org/cookieclicker/*",
    "https://cookieclicker.eu/cookieclicker/*",
    "http://cookieclicker.eu/cookieclicker/*"
  ],
  "web_accessible_resources": [
    "js/vendor.js",
    "js/inject_cc.js",
    "js/style.js",
    "js/docs.js",
    "patsyEditor.css",
    "docs/*"
  ],
  "short_name": "CCC"
}