Mr Wolf

Mr Wolf

Replaces your New Tab with a lil' app to help you track multiple timezones. To try it out on the web visit https://mrwolf.app No…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mr Wolf",
  "version": "0.1.1",
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "54.0a1"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src ws://localhost:*/"
}