Keyword Search

Keyword Search

This is a simple extension that searches your keyword

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Keyword Search",
  "version": "1.0",
  "description": "This is a simple extension that searches your keyword",
  "author": "Kashyap Kaki",
  "icons": {
    "16": "Resources/SearchIcon-16px.png",
    "48": "Resources/SearchIcon-48px.png",
    "128": "Resources/SearchIcon-128px.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "Resources/SearchIcon-16px.png",
      "24": "Resources/SearchIcon-24px.png",
      "32": "Resources/SearchIcon-32px.png"
    },
    "default_title": "Keyword Search",
    "default_popup": "index.html"
  },
  "background": [
    "main.js"
  ]
}