Webizen - a WebID Search Engine

Webizen - a WebID Search Engine

This extension offers quick access to a searchable repository of webizens -- i.e. people using WebID.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Webizen - a WebID Search Engine",
  "description": "This extension offers quick access to a searchable repository of webizens -- i.e. people using WebID.",
  "version": "1.2",
  "browser_action": {
    "default_icon": "favicon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "128": "favicon.png"
  }
}