Inspect and view changes in Privci.io: Smart Personal Data Manager 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
{
"name": "Privci.io: Smart Personal Data Manager",
"browser_specific_settings": {
"gecko": {
"id": "support@privci.io",
"strict_min_version": "109.0"
}
},
"version": "1.6.6",
"description": "Privacy rights, breach monitoring, dark web scans, data geofencing, exposure risk management, claim assistance.",
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"notifications",
"scripting",
"cookies",
"history",
"webRequest",
"webRequestBlocking"
],
"host_permissions": [
"http://*/*",
"https://*/*",
"*://*/*",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"js/tldts.js",
"js/jquery.min.js",
"js/jquery-ui.js",
"js/psl.js",
"js/contentscripts/content.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"js/tldts.js",
"js/jquery.min.js",
"js/psl.js",
"js/contentscripts/inject.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"contentFinance.html",
"contentBrShort.html",
"contentBrLong.html",
"contentFootprint.html",
"contentComplaince.html",
"contentAskPolicy.html",
"contentMyPolicy.html",
"images/header.png"
],
"matches": [
"http://*/*",
"https://*/*",
"<all_urls>"
]
}
],
"background": {
"scripts": [
"background.js",
"js/tldts.js"
]
},
"action": {
"default_popup": "popup.html",
"default_icon": "images/chrome.png"
},
"icons": {
"48": "images/chrome.png",
"96": "images/chrome.png"
},
"manifest_version": 3,
"content_security_policy": {
"extension_page": "default-src 'self'; script-src 'self'"
}
}