Shopify Giftcards Maker

Shopify Giftcards Maker

Bulk issue shopify gift card tool, automatic batch generation & import generation from csv file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "homepage_url": "https://shopifygiftcardsmaker.echobot.dev",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "cookies",
    "storage",
    "identity",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.myshopify.com/admin/*",
    "*://*.echobot.dev/*"
  ],
  "optional_host_permissions": [
    "*://*.shopify.com/*"
  ],
  "oauth2": {
    "client_id": "978875084010-4hlca16q20bvdfnlm1r7m36i6m08i8fp.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "auth.js"
      ],
      "matches": [
        "*://*.echobot.dev/auth/success/shopifygiftcardsmaker*"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "version": "2.2.2"
}