SurfHelp

SurfHelp

SurfHelp is a self-hosted and private browser extension that helps you save your time during work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SurfHelp",
  "short_name": "SurfHelp",
  "version": "1.2.6",
  "minimum_chrome_version": "88",
  "description": "SurfHelp is a self-hosted and private browser extension that helps you save your time during work.",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "idle",
    "webNavigation",
    "unlimitedStorage",
    "*://api.gumroad.com/*"
  ],
  "offline_enabled": true,
  "background": {
    "service_worker": "worker_wrapper.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Surf Help",
    "default_icon": "icons/48x48.png"
  }
}