Time Zone Converter - Savvy Time

Time Zone Converter - Savvy Time

Time zone and local time converter. Compare and convert time between many locations at a time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Time Zone Converter - Savvy Time",
  "description": "Time zone and local time converter. Compare and convert time between many locations at a time.",
  "version": "1.9.1",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "public/images/logo_16.png",
      "24": "public/images/logo_24.png",
      "32": "public/images/logo_32.png",
      "48": "public/images/logo_48.png",
      "128": "public/images/logo_128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}