CloudSearch

CloudSearch

CloudSearch - Search the web, and get your results fast

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "CloudSearch",
  "name": "CloudSearch",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "CloudSearch - Search the web, and get your results fast",
  "homepage_url": "https://cloudsearch.digital/",
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "src/js/jquery.js",
      "src/js/utils.js",
      "src/js/background.js"
    ]
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "permissions": [
    "topSites",
    "storage",
    "chrome://favicon/",
    "https://*.cloudsearch.digital/*"
  ],
  "short_name": "CloudSearch",
  "update_url": "https://clients2.google.com/service/update2/crx"
}