diff options
Diffstat (limited to 'doc/sample-managed-storage-manifest-chrome.json')
-rw-r--r-- | doc/sample-managed-storage-manifest-chrome.json | 12 |
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" + ] + } + } + } +} |