Lolli: Earn Bitcoin and Cash Back

Lolli: Earn Bitcoin and Cash Back

Earn bitcoin or cash back when you shop online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lolli: Earn Bitcoin and Cash Back",
  "short_name": "Lolli",
  "version": "2.1.2",
  "description": "Earn bitcoin or cash back when you shop online.",
  "permissions": [
    "tabs",
    "webNavigation",
    "webRequest",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "/popup/index.html#/popup",
    "default_title": "",
    "default_icon": {
      "16": "assets/images/icon-16.png",
      "19": "assets/images/icon-19.png",
      "32": "assets/images/icon-32.png",
      "38": "assets/images/icon-38.png",
      "64": "assets/images/icon-64.png",
      "128": "assets/images/icon-128.png"
    }
  },
  "icons": {
    "16": "assets/images/icon-16.png",
    "19": "assets/images/icon-19.png",
    "32": "assets/images/icon-32.png",
    "38": "assets/images/icon-38.png",
    "64": "assets/images/icon-64.png",
    "128": "assets/images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content-script/main.js",
        "content-script/runtime.js",
        "content-script/polyfills.js",
        "content-script/vendor.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content-script/assets/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "extension_ids": []
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj4L3Opx2XfcZlJm++VUikuoe1AwDNDw/fHE5rkBZ3FGNjhb2auR0BSEu+tGOdDZ7r3LnJRsTQ94jB/RiopaWfBr35VnA/0dwA2FfCx0+1quUZkrZsNPKv5wOm64sURzYOtrvH+ogAiEWqbjXCKe+GNwADd/cgDsljlp7vP5qM8LSvY1jvJ75dq+yAOJRMJwb5p8ZfN6EuTmUlbghMpsoG5/+VZCaa7jw5m2d0sEgylsaeYq2xTRTAs4mynnGhYvBmW+okI/nA7ZFFhBVug5zDMN1bVsROD8UKpdPlE3LjE/yQqV6HPHXF/zFi3FRGEqjZ+KaqFNk4ni1K8wz354k6QIDAQAB",
  "externally_connectable": {
    "ids": [
      "fleenceagaplaefnklabikkmocalkcpo"
    ],
    "matches": [
      "https://*.lolli.com/*"
    ]
  }
}