DoPeopleSay

DoPeopleSay

A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DoPeopleSay",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.",
  "homepage_url": "https://dopeoplesay.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_title": "DoPeopleSay",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "https://dopeoplesay.com/*"
  ]
}