Spotlight

Spotlight

Spotlight is a system-wide search feature . It is designed to allow the user to quickly locate a wide variety of items on chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spotlight",
  "description": "Spotlight is a system-wide search feature . It is designed to allow the user to quickly locate a wide variety of items on chrome.",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "permissions": [],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}