Honeybill Swiggy,Zomato Orders

Honeybill Swiggy,Zomato Orders

Reads The Orders From Swiggy,Zomato to Honey bill.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Honeybill Swiggy,Zomato Orders",
  "version": "1.0",
  "action": {
    "default_icon": {
      "19": "button/pos-19.png",
      "38": "button/pos-38.png"
    },
    "default_title": "Honeybill Swiggy Zomato"
  },
  "description": "Reads The Orders From Swiggy,Zomato to Honey bill.",
  "icons": {
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "96": "icons/96x96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://partner.swiggy.com/orders",
        "http://partner.swiggy.com/orders",
        "https://partner.swiggy.com/orders/past/restaurant/*",
        "https://www.zomato.com/clients/merchant_order_dashboard/*",
        "https://www.zomato.com/clients/merchant_order_dashboard.php/*",
        "https://www.zomato.com/clients/merchant_cancelled_order_dashboard",
        "https://www.zomato.com/clients/merchant_cancelled_order_dashboard.php",
        "https://www.zomato.com/partners/onlineordering",
        "https://www.zomato.com/partners/onlineordering/",
        "https://www.zomato.com/partners/*",
        "http://pospartners.online/*"
      ],
      "css": [
        "bootstrap/css/bootstrap.min.css"
      ],
      "js": [
        "jquery-3.3.1.js",
        "content.js",
        "zomato_2020interface.js",
        "bootstrap/js/bootstrap.min.js",
        "pospartner_retrieve.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage"
  ]
}