Inspect and view changes in Report illegal content to Dyżurnet.pl source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"author": "NASK National Research Institute - copyright 2021",
"homepage_url": "https://dyzurnet.pl",
"version": "1.4.0",
"applications": {
"gecko": {
"id": "dyzurnet@dyzurnet.pl",
"strict_min_version": "59.0"
}
},
"default_locale": "en",
"page_action": {
"browser_style": true,
"default_icon": {
"16": "img/favicon16.png",
"48": "img/favicon48.png",
"128": "img/favicon128.png"
},
"default_title": "__MSG_extensionName__",
"default_popup": "html/report.html",
"show_matches": [
"<all_urls>"
]
},
"options_ui": {
"page": "html/options.html",
"open_in_tab": true,
"browser_style": true
},
"icons": {
"16": "img/favicon16.png",
"48": "img/favicon48.png",
"128": "img/favicon128.png"
},
"content_security_policy": "script-src 'self'; object-src 'self'; ",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"webRequest",
"<all_urls>"
]
}