Hoolasearch

Hoolasearch

App lets you quickly find and browse the web from your address bar!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "lib/bg.js"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://hoolasearch.com/favicon.ico",
      "is_default": true,
      "keyword": "Hoolasearch",
      "name": "Hoolasearch",
      "search_url": "https://hoolasearch.com/search/?source=omnibox&{extraParams}&q={searchTerms}",
      "suggest_url": "https://hoolasearch.com/suggest/?client=chrome&q={searchTerms}"
    }
  },
  "browser_action": {
    "default_icon": "img/icon64.png",
    "default_title": "Hoola Search",
    "default_popup": "popup.html"
  },
  "description": "App lets you quickly find and browse the web from your address bar!",
  "icons": {
    "64": "/img/icon64.png",
    "128": "/img/icon128.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://hoolasearch.com/*",
    "*://*.hoolasearch.com/*"
  ],
  "content_security_policy": "script-src https://*.google-analytics.com https://harryloider.com/ https://hoolasearch.com/ 'self'; object-src 'self';",
  "manifest_version": 2,
  "name": "Hoolasearch",
  "version": "1.1.7"
}