{ "manifest_version": 2, "name": "Privacy Check", "version": "1.0", "content_scripts": [ { "matches": [""], "css": ["html/css/style_advanced.css"], "js": ["jquery.js","thirdpartyextractor.js","email.js","check.js", "pictoen.js","picto.js","summary.js","faq.js", "splitter.js"] }], "background": { "scripts": ["jquery.js","backend.js"] }, "content_security_policy": "script-src 'self' https://*.jquery.com https://unpkg.com/ https://fonts.googleapis.com/ https://jt-info.de/; object-src 'self'", "permissions": [ "activeTab", "webRequest", "cookies", "tabs", "" ], "browser_action": { "default_icon": { "40": "luh40x40.png" }, "default_popup": "html/mainmenu.html", "default_title": "DSGVO Auswertung" }, "web_accessible_resources": ["luh40x40.png", "pic_data_base/*.png"] }