- commit
- 8200b0061d71dbd895ba3aca7cbd63231b8ebe17
- parent
- 3c0f05d1db73aa34cb433d61eab4bfa32b21522e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-01-02 09:55
rename icons dir for consistency
Diffstat
| R | icon/icon-128.png -> icons/icon-128.png | 0 | |
| R | icon/icon-32.png -> icons/icon-32.png | 0 | |
| R | icon/icon.svg -> icons/icon.svg | 0 | |
| M | manifest.json | 8 | ++++---- |
4 files changed, 4 insertions, 4 deletions
diff --git a/icon/icon-128.png b/icons/icon-128.png
Binary files differ.diff --git a/icon/icon-32.png b/icons/icon-32.png
Binary files differ.diff --git a/icon/icon.svg b/icons/icon.svg
diff --git a/manifest.json b/manifest.json
@@ -6,8 +6,8 @@ 6 6 "version": "1.0.0", 7 7 8 8 "icons": {9 -1 "32": "icon/icon-32.png",10 -1 "128": "icon/icon-128.png"-1 9 "32": "icons/icon-32.png", -1 10 "128": "icons/icon-128.png" 11 11 }, 12 12 13 13 "background": { @@ -23,8 +23,8 @@ 23 23 24 24 "page_action": { 25 25 "default_icon": {26 -1 "32": "icon/icon-32.png",27 -1 "128": "icon/icon-128.png"-1 26 "32": "icons/icon-32.png", -1 27 "128": "icons/icon-128.png" 28 28 }, 29 29 "default_title": "simple alternative" 30 30 }