You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
869 B
32 lines
869 B
{ |
|
"manifest_version": 2, |
|
"name": "Privacy Check", |
|
"version": "1.0", |
|
|
|
"content_scripts": [ |
|
{ |
|
"matches": ["<all_urls>"], |
|
"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", |
|
"<all_urls>" |
|
], |
|
"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"] |
|
|
|
}
|
|
|