LifePrint Search Assistant

LifePrint Search Assistant

Search lifeprint.com to see how to sign the word in ASL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LifePrint Search Assistant",
  "description": "Search lifeprint.com to see how to sign the word in ASL",
  "author": "Citizen Josh <http://REPlexus.com>",
  "omnibox": {
    "keyword": "lp"
  },
  "icons": {
    "16": "favicon.ico",
    "48": "favicon.ico",
    "128": "favicon.ico"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "2.0",
  "minimum_chrome_version": "9",
  "manifest_version": 2
}