- commit
- 43e72e51a0d61fb725f8ecce7e55edc3fda4988d
- parent
- 04e2ab5c11016ebe9e47c0a6c8b0f55d155e15c8
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-09-15 08:41
tb128: background pages are deprecated
Diffstat
| D | background.html | 3 | --- |
| M | manifest.json | 2 | +- |
2 files changed, 1 insertions, 4 deletions
diff --git a/background.html b/background.html
@@ -1,3 +0,0 @@1 -1 <!DOCTYPE html>2 -1 <meta charset="UTF-8">3 -1 <script src="background.js"></script>
diff --git a/manifest.json b/manifest.json
@@ -15,7 +15,7 @@ 15 15 "48": "icon.svg" 16 16 }, 17 17 "background": {18 -1 "page": "background.html"-1 18 "scripts": ["background.js"] 19 19 }, 20 20 "permissions": [ 21 21 "accountsRead",