smartbox: Smart Searching

smartbox: Smart Searching

An unmatched searching tool for web browsers, search for anything you want, search on anywhere you want.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appname__",
  "description": "__MSG_appdesc__",
  "default_locale": "en",
  "version": "4.7",
  "icons": {
    "16": "images/smartbox16.png",
    "32": "images/smartbox32.png",
    "48": "images/smartbox48.png",
    "128": "images/smartbox128.png",
    "256": "images/smartbox256.png"
  },
  "background": {
    "scripts": [
      "app.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage"
  ],
  "omnibox": {
    "keyword": "@"
  }
}