Private.sh - Private Search

Private.sh - Private Search

The search engine that cryptographically protects your privacy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Private.sh - Private Search",
  "version": "0.2.0",
  "description": "The search engine that cryptographically protects your privacy.",
  "icons": {
    "16": "./img/logo_16px.png",
    "32": "./img/logo_32px.png",
    "48": "./img/logo_48px.png",
    "128": "./img/logo_128px.png"
  },
  "options_page": "/settings.html",
  "permissions": [],
  "optional_permissions": [],
  "background": {
    "scripts": [
      "extension-background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "./img/logo_16px.png",
      "48": "./img/logo_48px.png",
      "128": "./img/logo_128px.png"
    },
    "default_title": "Private.sh"
  }
}