START.xyz

START.xyz

Get a Bing Search Results Page Using the Address Bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "START.xyz",
  "description": "Get a Bing Search Results Page Using the Address Bar.",
  "version": "1.4",
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://start.xyz/favicon.ico",
      "is_default": true,
      "keyword": "start.xyz",
      "name": "Start",
      "search_url": "https://start.xyz/search.php?q={searchTerms}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {},
  "web_accessible_resources": [
    "*.json",
    "/images/icon16.png"
  ]
}