Analog 24

Analog 24

24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Analog 24",
  "description": "24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.",
  "version": "1.5",
  "incognito": "split",
  "options_page": "options.html",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2
}