Volte: search with a purpose

Volte: search with a purpose

Volte supports the cause that matters to you. Install, search and start making the world a better place.

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_extName__",
  "version": "1.0.17",
  "description": "__MSG_description__",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "images/Hands96x96.png",
      "32": "images/favicon.jpg",
      "48": "images/favicon.jpg",
      "128": "images/favicon.jpg"
    }
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "icons": {
    "16": "images/Hands96x96.png",
    "32": "images/Hands96x96.png",
    "48": "images/Hands96x96.png",
    "64": "images/Hands.png",
    "128": "images/Hands96x96.png"
  },
  "host_permissions": [
    "https://search.volte.earth/*",
    "https://search.volte.earth/"
  ],
  "permissions": [
    "storage"
  ]
}