Magento Reward Points - M2 Loyalty program

Magento Reward Points - M2 Loyalty program

Magento Reward Points - Reward Points for Magento 2.Boost your customer loyalty effortlessly - from buyers to loyal customers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Magento Reward Points - M2 Loyalty program",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Magento Reward Points - Reward Points for Magento 2.Boost your customer loyalty effortlessly - from buyers to loyal customers",
  "homepage_url": "https://magerewardpoints.com/",
  "short_name": "Magento Reward Points - Magento 2 Reward Points - Loyalty program",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "browser action demo",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "bookmarks",
    "geolocation"
  ]
}