YouCare charitable search engine and homepage

YouCare charitable search engine and homepage

Turn your research into good deeds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "short_name": "YouCare",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "24": "icons/24.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "24": "icons/24.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "__MSG_browserActionDefaultTitle__",
    "default_popup": "popup.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "is_default": true,
      "keyword": "youcare",
      "name": "YouCare",
      "favicon_url": "https://youcare.world/static/images/favicon/favicon.ico",
      "search_url": "https://youcare.world/all?abds&q={searchTerms}",
      "suggest_url": "https://youcare.world/api/v2/search/suggestions?q={searchTerms}&m=__MSG_market__"
    }
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "content-newtab.js"
      ],
      "run_at": "document_start",
      "matches": [
        "https://youcare.world/*"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ],
  "optional_permissions": [
    "topSites",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "public/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "version": "4.5.6",
  "homepage_url": "https://youcare.world",
  "host_permissions": [
    "https://youcare.world/*"
  ],
  "externally_connectable": {
    "ids": [
      "iabpbbladaladjbnoleeeifbefhpjnaa"
    ],
    "matches": [
      "https://youcare.world/*"
    ]
  }
}