From 4e0fc76fe1d4bf38cfbef370fcc55331108e0e0a Mon Sep 17 00:00:00 2001
From: toasted-nutbread
Date: Sun, 26 Apr 2020 16:56:14 -0400
Subject: Add Yomichan icon SVG (#478)
* Create Yomichan icon SVG and 32x32 PNG
* Update icons
* Add 32x32 icon definition to HTML pages
---
ext/bg/background.html | 1 +
ext/bg/context.html | 1 +
ext/bg/guide.html | 3 ++-
ext/bg/legal.html | 1 +
ext/bg/search.html | 1 +
ext/bg/settings-popup-preview.html | 1 +
ext/bg/settings.html | 1 +
ext/fg/float.html | 1 +
ext/manifest.json | 21 +++++++++++++++++++--
ext/mixed/img/icon32.png | Bin 0 -> 288 bytes
ext/mixed/img/yomichan-icon.svg | 5 +++++
11 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644 ext/mixed/img/icon32.png
create mode 100644 ext/mixed/img/yomichan-icon.svg
(limited to 'ext')
diff --git a/ext/bg/background.html b/ext/bg/background.html
index 3446d9ce..ee5a1f32 100644
--- a/ext/bg/background.html
+++ b/ext/bg/background.html
@@ -6,6 +6,7 @@
Background
+
diff --git a/ext/bg/context.html b/ext/bg/context.html
index 394869b1..93012d70 100644
--- a/ext/bg/context.html
+++ b/ext/bg/context.html
@@ -5,6 +5,7 @@
+
diff --git a/ext/bg/guide.html b/ext/bg/guide.html
index ff9c71ee..cde520d1 100644
--- a/ext/bg/guide.html
+++ b/ext/bg/guide.html
@@ -6,6 +6,7 @@
Welcome to Yomichan!
+
@@ -25,7 +26,7 @@
- - Click on the
icon in the browser toolbar to open the Yomichan actions dialog.
+ - Click on the
icon in the browser toolbar to open the Yomichan actions dialog.
- Click on the monkey wrench icon in the middle to open the options page.
- Import the dictionaries you wish to use for term and Kanji searches.
- Hold down Shift key or the middle mouse button as you move your mouse over text to display definitions.
diff --git a/ext/bg/legal.html b/ext/bg/legal.html
index 78acf79a..1ee9a28c 100644
--- a/ext/bg/legal.html
+++ b/ext/bg/legal.html
@@ -6,6 +6,7 @@
Yomichan Legal
+
diff --git a/ext/bg/search.html b/ext/bg/search.html
index 9a824776..8ed6c838 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -6,6 +6,7 @@
Yomichan Search
+
diff --git a/ext/bg/settings-popup-preview.html b/ext/bg/settings-popup-preview.html
index 66475b7c..a332fb22 100644
--- a/ext/bg/settings-popup-preview.html
+++ b/ext/bg/settings-popup-preview.html
@@ -6,6 +6,7 @@
Yomichan Popup Preview
+
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index 96c1db82..f0236193 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -6,6 +6,7 @@
Yomichan Options
+
diff --git a/ext/fg/float.html b/ext/fg/float.html
index 07c3c9e6..deb9e9d2 100644
--- a/ext/fg/float.html
+++ b/ext/fg/float.html
@@ -6,6 +6,7 @@
+
diff --git a/ext/manifest.json b/ext/manifest.json
index 4f35b03c..3cb634f0 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -4,9 +4,26 @@
"version": "20.4.18.0",
"description": "Japanese dictionary with Anki integration",
- "icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"},
+ "icons": {
+ "16": "mixed/img/icon16.png",
+ "19": "mixed/img/icon19.png",
+ "32": "mixed/img/icon32.png",
+ "38": "mixed/img/icon38.png",
+ "48": "mixed/img/icon48.png",
+ "64": "mixed/img/icon48.png",
+ "128": "mixed/img/icon128.png"
+ },
"browser_action": {
- "default_icon": {"19": "mixed/img/icon19.png", "38": "mixed/img/icon38.png"},
+ "default_icon": {
+ "16": "mixed/img/icon16.png",
+ "19": "mixed/img/icon19.png",
+ "32": "mixed/img/icon32.png",
+ "38": "mixed/img/icon38.png",
+ "48": "mixed/img/icon48.png",
+ "64": "mixed/img/icon48.png",
+ "128": "mixed/img/icon128.png"
+ },
+ "default_title": "Yomichan",
"default_popup": "bg/context.html"
},
diff --git a/ext/mixed/img/icon32.png b/ext/mixed/img/icon32.png
new file mode 100644
index 00000000..05f2f064
Binary files /dev/null and b/ext/mixed/img/icon32.png differ
diff --git a/ext/mixed/img/yomichan-icon.svg b/ext/mixed/img/yomichan-icon.svg
new file mode 100644
index 00000000..f15ab0aa
--- /dev/null
+++ b/ext/mixed/img/yomichan-icon.svg
@@ -0,0 +1,5 @@
+
+
\ No newline at end of file
--
cgit v1.2.3