Figure it Out

Figure it Out

timezones of your choosing in every new tab screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Figure it Out",
  "description": "timezones of your choosing in every new tab screen.",
  "version": "5.3.14",
  "default_locale": "en",
  "permissions": [],
  "host_permissions": [
    "https://fioapp.co/"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src 'self' https://fioapp.co; script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "icons/app-ico-16.png",
    "48": "icons/app-ico-48.png",
    "128": "icons/app-ico-128.png"
  },
  "offline_enabled": true
}