Search Things!

Search Things!

Your new search tab powered by commands.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Search Things!",
  "version": "1.0",
  "description": "Your new search tab powered by commands.",
  "author": "MrRocketFX",
  "chrome_url_overrides": {
    "newtab": "search.html"
  },
  "permissions": [],
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}