{ "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" } }