Humanity

Humanity

Sponsor a meal for a starving child

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Humanity",
  "short_name": "Humanity",
  "version": "0.4.9",
  "description": "Sponsor a meal for a starving child",
  "browser_action": {
    "default_icon": "red_logo128.png"
  },
  "background": {
    "scripts": [
      "client.js",
      "bg.js"
    ],
    "persistent": true
  },
  "icons": {
    "128": "red_logo128.png"
  },
  "chrome_url_overrides": {
    "newtab": "nt.html"
  },
  "chrome_settings_overrides": {
    "homepage": "https://www.humanity.international/",
    "search_provider": {
      "name": "the web to feed the world",
      "keyword": "hu",
      "search_url": "https://www.humanity.international/search?p={searchTerms}",
      "favicon_url": "https://www.humanity.international/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    },
    "startup_pages": [
      "https://www.humanity.international/"
    ]
  },
  "permissions": [
    "webNavigation",
    "topSites"
  ]
}