Cloudhiker

Cloudhiker

The official Cloudhiker browser extension. Discover the internet directly from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Cloudhiker",
  "version": "0.1.1",
  "author": "Kevin Woblick",
  "description": "The official Cloudhiker browser extension. Discover the internet directly from your browser.",
  "options_page": "ui/options.html",
  "permissions": [
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "https://cloudhiker.net/*",
      "http://cloudhiker.localhost/*"
    ]
  },
  "action": {
    "default_popup": "ui/popup.html",
    "default_icon": {
      "16": "/images/cloudhiker_16w.png",
      "32": "/images/cloudhiker_32w.png",
      "48": "/images/cloudhiker_48w.png",
      "128": "/images/cloudhiker_128w.png"
    }
  },
  "background": {
    "service_worker": "background/index.js"
  },
  "icons": {
    "16": "/images/cloudhiker_16w.png",
    "32": "/images/cloudhiker_32w.png",
    "48": "/images/cloudhiker_48w.png",
    "128": "/images/cloudhiker_128w.png"
  }
}