Files
DNSSEC-check/manifest.json
2026-03-09 10:26:37 +01:00

21 lines
454 B
JSON

{
"manifest_version": 3,
"name": "DNSSEC Check",
"version": "1.0",
"description": "Controleer of een website DNSSEC gebruikt. Groen schild = DNSSEC beveiligd, Rood schild = Geen DNSSEC.",
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"https://dns.google/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "DNSSEC Check"
}
}