Inspect and view changes in FaniMani.pl Donation Reminder 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "__MSG_manifest_name__",
"description": "__MSG_manifest_description_short__",
"author": "FaniMani.pl",
"version": "4.10.0",
"background": {
"service_worker": "service_worker.js"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"js": [
"content_scripts/widget.js",
"content_scripts/pitdonation.js"
],
"css": [
"assets/css/vars.css",
"assets/css/widget.css",
"assets/css/widget_theme.css",
"assets/css/pitdonation.css",
"assets/css/pitdonation_theme.css"
]
},
{
"matches": [
"<all_urls>"
],
"include_globs": [
"*://google.??",
"*://google.??/*",
"*://google.???",
"*://google.???/*",
"*://google.co.uk",
"*://google.co.uk/*",
"*://www.google.??",
"*://www.google.??/*",
"*://www.google.???",
"*://www.google.???/*",
"*://www.google.co.uk",
"*://www.google.co.uk/*",
"*://bing.com/*",
"*://www.bing.com/*",
"*://szukaj.wp.pl/*",
"*://szukaj.onet.pl/*",
"*://szukaj.interia.pl/*",
"*://yandex.com/*",
"*://www.yandex.com/*",
"*://duckduckgo.com/*",
"*://search.yahoo.com/*",
"*://search.brave.com/*"
],
"run_at": "document_end",
"js": [
"content_scripts/serp.js",
"content_scripts/pitdonation.js",
"content_scripts/serphotels.js"
],
"css": [
"assets/css/vars.css",
"assets/css/serp.css",
"assets/css/serp_theme.css",
"assets/css/pitdonation.css",
"assets/css/pitdonation_theme.css",
"assets/css/serphotels.css",
"assets/css/serphotels_theme.css"
]
},
{
"matches": [
"*://fanimani.pl/*",
"*://*.fanimani.pl/*"
],
"run_at": "document_end",
"js": [
"content_scripts/fanimani_pl.js"
]
}
],
"permissions": [
"storage",
"cookies",
"tabs"
],
"icons": {
"16": "assets/img/extension-icon/status-default-16.png",
"32": "assets/img/extension-icon/status-default.png",
"48": "assets/img/extension-icon/status-default-48.png",
"128": "assets/img/extension-icon/status-default-128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets/*.*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"externally_connectable": {
"matches": [
"*://fanimani.pl/*",
"*://*.fanimani.pl/*"
]
},
"host_permissions": [
"https://fanimani.pl/",
"*://*/*"
],
"action": {
"default_popup": "content_scripts/popup.html",
"default_icon": {
"32": "assets/img/extension-icon/status-default.png"
}
},
"incognito": "split"
}