MyCointainer Crypto Cashback

MyCointainer Crypto Cashback

MyCointainer Cashback is a service for the return of part of the funds from your purchases made in your favorite online stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MyCointainer Crypto Cashback",
  "description": "MyCointainer Cashback is a service for the return of part of the funds from your purchases made in your favorite online stores.",
  "version": "2.1.1",
  "icons": {
    "16": "img/i16.png",
    "48": "img/i48.png",
    "128": "img/i128.png"
  },
  "action": {
    "default_icon": {
      "16": "img/i16.png",
      "24": "img/i24.png",
      "32": "img/i32.png"
    },
    "default_popup": "index.html",
    "default_title": "MyCointainer Cashback - Crypto Cashback from MyCointainer"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*//*",
        "https://*/*"
      ],
      "js": [
        "content_script.js"
      ]
    },
    {
      "matches": [
        "http://localhost/*",
        "https://localhost/*",
        "http://www.mycointainer.com/*",
        "https://www.mycointainer.com/*",
        "http://mycointainer-test.herokuapp.com/*",
        "https://mycointainer-test.herokuapp.com/*",
        "http://mycointainer-staging.herokuapp.com/*",
        "https://mycointainer-staging.herokuapp.com/*"
      ],
      "js": [
        "js/installed.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://localhost/*",
        "https://localhost/*"
      ],
      "js": [
        "content_script_login.js"
      ]
    },
    {
      "matches": [
        "http://www.mycointainer.com/*",
        "https://www.mycointainer.com/*"
      ],
      "js": [
        "content_script_login.js"
      ]
    },
    {
      "matches": [
        "http://mycointainer-test.herokuapp.com/*",
        "https://mycointainer-test.herokuapp.com/*"
      ],
      "js": [
        "content_script_login.js"
      ]
    },
    {
      "matches": [
        "http://mycointainer-staging.herokuapp.com/*",
        "https://mycointainer-staging.herokuapp.com/*"
      ],
      "js": [
        "content_script_login.js"
      ]
    }
  ]
}