PayGen For Mercado Pago

PayGen For Mercado Pago

Generate instant mercado pago's payment links by a click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.0.3.3",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "https://api.mercadopago.com/checkout/*",
    "https://paygen.000webhostapp.com/api/v1/notifications/*",
    "https://paygenaddon.com/*",
    "https://5z7cgbs8a4.execute-api.us-east-2.amazonaws.com/*",
    "https://bit.ly/*",
    "http://bit.ly/*"
  ],
  "browser_action": {
    "default_title": "__MSG_extName__",
    "default_icon": "images/PayGen Icon 32x32.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "images/PayGen Icon 32x32.png",
    "128": "images/PayGen Icon 128x128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}