MyPost Business and Shopify - Australia Post

MyPost Business and Shopify - Australia Post

Import your orders from Shopify to MyPost Business - Australia Post by Pikr

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MyPost Business and Shopify - Australia Post",
  "description": "Import your orders from Shopify to MyPost Business - Australia Post by Pikr",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": {
      "128": "images/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://auspost.com.au/*",
    "*://*.myshopify.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery-3.6.0.min.js",
        "content.js"
      ],
      "matches": [
        "*://*.myshopify.com/*",
        "https://auspost.com.au/mypost-business/shipping-and-tracking/orders/add/retail"
      ]
    }
  ]
}