From 7ca3b260e675b534456a48c8c2d9734bd62cf153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9A=A9=EA=B1=B4?= Date: Tue, 30 Apr 2019 00:04:43 +0900 Subject: [PATCH] initical commit --- manifest.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..9859bfb --- /dev/null +++ b/manifest.json @@ -0,0 +1,17 @@ +{ + "manifest_version": 2, + "version": "1.1", + "name": "딸기우유", + "theme": { + "colors": { + "frame": "#FCC9D1", + "tab_background_text": "#212529", + "icons": "#212529", + "icons_attention": "#faa2c1", + "popup_highlight": "#faa2c1", + "tab_selected": "#f8f9fa", + "toolbar": "#f8f9fa", + "toolbar_bottom_separator": "#e9ecef" + } + } +} \ No newline at end of file