Adisyo Sipariş Kontrol

Adisyo Sipariş Kontrol

Entegrasyon siparişlerinizi kontrol eder ve yeni sipariş bildirimi gönderir.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Adisyo Sipariş Kontrol",
  "description": "Entegrasyon siparişlerinizi kontrol eder ve yeni sipariş bildirimi gönderir.",
  "version": "0.0.0.4",
  "manifest_version": 2,
  "icons": {
    "16": "icon-72.png",
    "48": "icon-72.png",
    "128": "icon-72.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications",
    "windows",
    "https://pos.adisyo.com/"
  ],
  "externally_connectable": {
    "matches": [
      "https://pos.adisyo.com/*"
    ]
  }
}