diff options
author | sameerasw <[email protected]> | 2025-04-10 15:09:26 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-04-10 15:09:26 +0530 |
commit | 6e0a2f92e25b927c559a9b532fe1b087df921e74 (patch) | |
tree | f6f74e13215b56cb9b116cff819a5d19eb54bba1 /manifest.json | |
parent | 7f45e1729c777de8f37e2f98bd58957a13d7027b (diff) |
New data viewer page and ability to reset forced sites and all data
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 356ff24..92a8578 100644 --- a/manifest.json +++ b/manifest.json @@ -33,5 +33,10 @@ "js": ["inject-css.js"], "run_at": "document_start" } + ], + "web_accessible_resources": [ + "data-viewer/data-viewer.html", + "data-viewer/data-viewer.js", + "data-viewer/data-viewer.css" ] } |