Raptor Search

Raptor Search

Enjoy Beautiful nature views on your search tab. plus a little surprise to help you wake up when you need to :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Enjoy Beautiful nature views on your search tab. plus a little surprise to help you wake up when you need to :)",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "manifest_version": 2,
  "name": "Raptor Search",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}