Chromal New Tab

Chromal New Tab

Beautiful New Tab page with a world clock widget

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chromal New Tab",
  "short_name": "Chromal",
  "description": "Beautiful New Tab page with a world clock widget",
  "version": "0.0.0.15",
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "web_accessible_resources": [
    "images/*",
    "css/*",
    "js/*"
  ],
  "permissions": [
    "*://*.staticflickr.com/*",
    "activeTab",
    "storage",
    "unlimitedStorage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://api.flickr.com/; object-src 'self'"
}