Love Clock

Love Clock

Bring joy to your life every time you open a new tab with this beautiful animated clock.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Love Clock",
  "description": "Bring joy to your life every time you open a new tab with this beautiful animated clock.",
  "version": "0.0.0.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "web_accessible_resources": [
    "img/*",
    "css/*",
    "js/*",
    "fonts/*"
  ],
  "background": {
    "scripts": []
  },
  "permissions": [],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "32": "img/favicon_32.ico",
    "64": "img/favicon_64.ico"
  }
}