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


{
  "manifest_version": 2,
  "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.8.0",
  "browser_action": {
    "default_icon": "public/images/logo_32.png",
    "default_popup": "index.html"
  },
  "icons": {
    "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": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}