Nixie Tube Clock [ANTP]

Nixie Tube Clock [ANTP]

Clock widget with nixie tubes for Awesome New Tab Page [ANTP].

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nixie Tube Clock [ANTP]",
  "description": "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].",
  "version": "0.3.2",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "widget.html",
    "options.html"
  ],
  "icons": {
    "128": "img/icon128.png"
  }
}