The Boss Baby Clock ™

The Boss Baby Clock ™

The Boss Baby clock for Google Chrome. NEW! + 60 Different design themes available.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "browser_action": {
    "default_icon": "128.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+S",
        "chromeos": "Alt+S",
        "linux": "Alt+S",
        "mac": "Alt+S",
        "windows": "Alt+S"
      }
    }
  },
  "default_locale": "en",
  "offline_enabled": true,
  "short_name": "__MSG_shortname__",
  "manifest_version": 2,
  "version": "1.0"
}