Mashkor Integration Plugin

Mashkor Integration Plugin

This extension is used to push orders to Mashkor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.0.4",
  "background": {
    "page": "app/background/background-process.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_popup": "app/load-action/load-action.html",
    "default_title": "Mashkor Integration Plugin"
  },
  "content_scripts": [
    {
      "js": [
        "app/services/jquery.js"
      ],
      "matches": [
        "https://dash.zyda.com/*"
      ]
    },
    {
      "js": [
        "app/services/extension-service.js"
      ],
      "matches": [
        "https://dash.zyda.com/*"
      ]
    },
    {
      "js": [
        "app/services/jquery.js"
      ],
      "matches": [
        "https://web-kw.me.restaurant-partners.com/*"
      ]
    },
    {
      "js": [
        "app/services/talabat-service.js"
      ],
      "matches": [
        "https://web-kw.me.restaurant-partners.com/*"
      ]
    }
  ],
  "description": "This extension is used to push orders to Mashkor.",
  "homepage_url": "http://mashkor.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "name": "Mashkor Integration Plugin",
  "permissions": [
    "activeTab",
    "tabs",
    "https://dash.zyda.com/*/orders/*",
    "https://web-kw.me.restaurant-partners.com/*"
  ]
}