Time Genie

Time Genie

Time Genie is a powerful Chrome extension that helps users stay on top of their productivity game with elegant time zone management.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Time Genie",
  "description": "Time Genie is a powerful Chrome extension that helps users stay on top of their productivity game with elegant time zone management.",
  "version": "0.0.0.4",
  "manifest_version": 3,
  "permissions": [],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy.extension_pages": "script-src 'self' https://api.mixpanel.com",
  "content_security_policy.sandbox": "script-src 'self'"
}