Skyron Firewall

Skyron Firewall

Skyron Firewall UTM: 5651 Loglama & Hotspot & Antivirüs bir tık uzağınızda, tarayıcınıza eklenen butona tıklayınız

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Skyron Firewall",
  "description": "Skyron Firewall UTM: 5651 Loglama & Hotspot & Antivirüs bir tık uzağınızda, tarayıcınıza eklenen butona tıklayınız",
  "version": "3.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "./img/16.png",
    "48": "./img/48.png",
    "128": "./img/128.png"
  },
  "action": {
    "default_popup": "./popup.html"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "*://*/*"
  ]
}