Update Safari extension icon to have transparent background
@ -7,4 +7,5 @@ graphql_gen:
|
||||
extension_gen:
|
||||
pushd ../pkg/extension/ && yarn build-prod && popd
|
||||
cp -r ../pkg/extension/dist/* Sources/SafariExtension/Resources/.
|
||||
mv Sources/SafariExtension/Resources/images/extension-transparent/* Sources/SafariExtension/Resources/images/extension/.
|
||||
cat ../pkg/extension/dist/manifest.json | jq '.background.persistent = false' | jq '.permissions = ["activeTab", "storage", "nativeMessaging", "https://*/**", "http://*/**"]' > Sources/SafariExtension/Resources/manifest.json
|
||||
|
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 554 B |
|
Before Width: | Height: | Size: 565 B |
|
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 810 B |
|
Before Width: | Height: | Size: 899 B After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.5 KiB |
@ -7,33 +7,6 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
<style>
|
||||
@font-face {
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-family: Inter;
|
||||
src:
|
||||
local(""),
|
||||
url("/fonts/inter-v3-latin-400.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-family: Inter;
|
||||
src:
|
||||
local(""),
|
||||
url("/fonts/inter-v3-latin-600.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-family: Inter;
|
||||
src:
|
||||
local(""),
|
||||
url("/fonts/inter-v3-latin-700.woff2") format("woff2");
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
@ -55,7 +28,7 @@ body {
|
||||
background: linear-gradient(150deg, #fff 55%, #ffde8c 55%);
|
||||
background-color: #fff;
|
||||
color: #3d3d3d;
|
||||
font-family: Inter, sans-serif;
|
||||
font-family: sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
BIN
pkg/extension/src/images/extension-transparent/icon-128.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
pkg/extension/src/images/extension-transparent/icon-16.png
Normal file
|
After Width: | Height: | Size: 554 B |
BIN
pkg/extension/src/images/extension-transparent/icon-24.png
Normal file
|
After Width: | Height: | Size: 810 B |
BIN
pkg/extension/src/images/extension-transparent/icon-256.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
pkg/extension/src/images/extension-transparent/icon-32.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
pkg/extension/src/images/extension-transparent/icon-48.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
pkg/extension/src/images/extension-transparent/icon-96.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |