Swurl - Add to Chrome for free ⮕

Swurl - Add to Chrome for free ⮕

Swurl - Add to Chrome for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.67",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "icon128.png"
    },
    "default_title": "Swurl"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Swurl",
      "keyword": "swurl.com",
      "favicon_url": "https://swurl.com/favicon.ico",
      "search_url": "https://swurl.com/?q={searchTerms}",
      "encoding": "UTF-8",
      "suggest_url": "https://swurl.com/suggestions.php?q={searchTerms}",
      "image_url": "https://swurl.com/?q={searchTerms}&s=images",
      "is_default": true
    }
  },
  "externally_connectable": {
    "matches": [
      "https://swurl.com/*"
    ]
  },
  "default_locale": "en"
}