Cool Clock

Cool Clock

An extension fully loaded with tons of useful time-related features... But the best part is, it is totally COOL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/wait.png",
    "default_title": "Loading...",
    "default_popup": "new_popup2.html"
  },
  "default_locale": "en",
  "description": "__MSG_extDes__",
  "icons": {
    "16": "icons/16x16.png",
    "128": "icons/128x128.png"
  },
  "name": "__MSG_extName__",
  "options_ui": {
    "page": "options_new.html",
    "chrome_style": false,
    "open_in_tab": true
  },
  "author": "Derek Leung",
  "permissions": [
    "notifications",
    "contextMenus",
    "tts",
    "*://calendar.google.com/*",
    "*://www.google.com/calendar/feeds/*",
    "clipboardWrite",
    "activeTab",
    "alarms",
    "power",
    "idle"
  ],
  "optional_permissions": [
    "background"
  ],
  "omnibox": {
    "keyword": "clock"
  },
  "homepage_url": "https://chrome.google.com/extensions/detail/icegcmhgphfkgglbljbkdegiaaihifce",
  "version": "3.3.2",
  "manifest_version": 2,
  "offline_enabled": true,
  "minimum_chrome_version": "50",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.facebook.com/ https://www.google.com/ https://apis.google.com/ https://platform.twitter.com/ https://connect.facebook.net/ https://static.ak.fbcdn.net/ https://accounts.google.com/ https://fbstatic-a.akamaihd.net/; object-src 'self'"
}