summaryrefslogtreecommitdiffstats
path: root/doc/sample-managed-storage-manifest-chrome.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:47:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:47:39 +0000
commit8d13bdc6cac0e20c43c6f909fc0208774b9c5c84 (patch)
tree5fd46925c6b4a881c9208772ed8e5cc0588bc164 /doc/sample-managed-storage-manifest-chrome.json
parentInitial commit. (diff)
downloadprivacybadger-8d13bdc6cac0e20c43c6f909fc0208774b9c5c84.tar.xz
privacybadger-8d13bdc6cac0e20c43c6f909fc0208774b9c5c84.zip
Adding upstream version 2020.10.7.upstream/2020.10.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/sample-managed-storage-manifest-chrome.json')
-rw-r--r--doc/sample-managed-storage-manifest-chrome.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/sample-managed-storage-manifest-chrome.json b/doc/sample-managed-storage-manifest-chrome.json
new file mode 100644
index 0000000..194bd02
--- /dev/null
+++ b/doc/sample-managed-storage-manifest-chrome.json
@@ -0,0 +1,12 @@
+{
+ "3rdparty": {
+ "extensions": {
+ "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
+ "showIntroPage": false,
+ "disabledSites": [
+ "example.com"
+ ]
+ }
+ }
+ }
+}