Timezonesrch

Timezonesrch

Get search results from web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Timezonesrch",
  "author": "Alphazeta Systems Ltd",
  "version": "0.0.2",
  "description": "Get search results from web.",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "timezonesrch.com",
      "keyword": "keyword.timezonesrch.com",
      "search_url": "https://timezonesrch.com/trk/t.php?q={searchTerms}&channel=TIMEZONESRCH",
      "favicon_url": "https://timezonesrch.com/favicon.ico",
      "search_url_post_params": "search_lang=timezonesrch.com",
      "alternate_urls": [
        "https://timezonesrch.com/search.php?q={searchTerms}",
        "https://timezonesrch.com/search.php?q={searchTerms}"
      ],
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/icon16.png",
    "28": "icons/icon28.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "28": "icons/icon28.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "96": "icons/icon96.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Timezones",
    "default_popup": "popup.html",
    "browser_style": true
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://ssl.google-analytics.com;"
  }
}