Hulah - The charity donation search engine

Hulah - The charity donation search engine

Search the web with Hulah and earn money for charity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "favicon.ico"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Hulah Search",
      "keyword": "Hulah",
      "encoding": "UTF-8",
      "search_url": "https://www.hulah.org/search?q={searchTerms}",
      "favicon_url": "https://www.hulah.org/favicon.png",
      "is_default": true
    }
  },
  "chrome_url_overrides": {
    "newtab": "newTabPage.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' chrome://favicon;",
  "description": "Search the web with Hulah and earn money for charity",
  "homepage_url": "https://www.hulah.org",
  "icons": {
    "16": "/assets/images/favicon.png",
    "32": "/assets/images/favicon.png",
    "48": "/assets/images/favicon.png",
    "128": "/assets/images/favicon.png"
  },
  "manifest_version": 2,
  "name": "Hulah - The charity donation search engine",
  "permissions": [
    "topSites",
    "*://*.hulah.org/*",
    "chrome://favicon/*"
  ],
  "version": "0.1.6"
}