Smarty

Smarty

Add coupon codes & get cash back when shopping online! By installing, you agree to the terms at joinsmarty.com

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Smarty",
  "version": "8.9.4.4",
  "description": "Add coupon codes & get cash back when shopping online! By installing, you agree to the terms at joinsmarty.com",
  "author": "Smarty",
  "action": {
    "default_icon": {
      "16": "/images/icon16.png",
      "32": "/images/icon32.png",
      "48": "/images/icon48.png",
      "128": "/images/icon128.png"
    },
    "default_title": "Smarty"
  },
  "icons": {
    "16": "/images/activate-icon16.png",
    "32": "/images/activate-icon32.png",
    "48": "/images/activate-icon48.png",
    "128": "/images/activate-icon128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://www.joinsmarty.com/*"
      ],
      "css": [
        "css/content.css",
        "css/sweetalert.min.css"
      ],
      "js": [
        "js/libs/jquery-3.4.1.min.js",
        "js/libs/mustache.min.js",
        "js/libs/sweetalert-dev.min.js",
        "js/libs/clipboard.min.js",
        "js/libs/md5.js",
        "js/content_script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.joinsmarty.com/*",
        "https://*/*jslander=itsme*"
      ],
      "js": [
        "js/install.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/page_utils.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "cookies",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "short_name": "Smarty",
  "web_accessible_resources": [
    {
      "resources": [
        "/css/*",
        "/fonts/*",
        "/images/*",
        "/js/*",
        "/partials/*",
        "/popups/*",
        "/install/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}