Surfe.be — the extension with which you earn

Surfe.be — the extension with which you earn

Get paid for the time you spend on the Internet!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_fullName__",
  "short_name": "Surfe.be",
  "description": "__MSG_extDesc__",
  "version": "1.8.2",
  "default_locale": "en",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "*://surfe.be/*",
    "*://*.surfe.be/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://surfe.be/*",
      "*://*.surfe.be/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "file:///*",
        "ftp://*/*",
        "*://mail.google.com/*",
        "*://mail.yandex.ru/*",
        "*://mail.yandex.ua/*",
        "*://mail.yandex.kz/*",
        "*://e.mail.ru/*",
        "*://mail.protonmail.com/*"
      ],
      "js": [
        "libs/functions.js",
        "libs/jquery.min.js",
        "content/json2html.js",
        "content/jquery.json2html.js",
        "libs/CommonMemory.js",
        "libs/ChromeStorage.js",
        "content/nanobar.js",
        "content/countUp.js",
        "content/ifvisible.js",
        "popup/purify.js",
        "content/track.js",
        "content/captcha.js",
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ]
    }
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {
    "default_title": "Surfe.be",
    "default_popup": "popup/popup.html",
    "default_icon": "img/icon16.png"
  },
  "manifest_version": 3,
  "homepage_url": "https://surfe.be/earn/"
}