SisoMYS

SisoMYS

Sisoft Merkezi Yönetim Sistemi (MYS)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SisoMYS",
  "version": "1.5",
  "description": "Sisoft Merkezi Yönetim Sistemi (MYS)",
  "icons": {
    "128": "ico_128x128.png"
  },
  "author": "Sisoft (Fatih Şahin)",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.js",
        "background.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}