Skip to content

Commit

Permalink
Add icon and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Dec 19, 2019
1 parent db48a44 commit 3047ceb
Show file tree
Hide file tree
Showing 38 changed files with 232,813 additions and 236 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/scripts
27 changes: 26 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,33 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Page Title</title>
<title>Boost Note</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/app/static/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/app/static/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/app/static/favicon-16x16.png"
/>
<link rel="manifest" href="/app/static/site.webmanifest" />
<link
rel="mask-icon"
href="/app/static/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<div id="root"></div>
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"release": "rimraf dist && env-cmd npm run meta && env-cmd electron-builder -- --publish",
"test": "jest -c jest.json",
"test:watch": "jest -c jest.json --watch",
"tsc": "tsc --watch --noEmit"
"tsc": "tsc --watch --noEmit",
"ico": "png2icons static/logo.png static/icon -allwe"
},
"keywords": [
"markdown",
Expand Down Expand Up @@ -72,6 +73,7 @@
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"json-loader": "^0.5.7",
"png2icons": "^2.0.1",
"prettier": "^1.18.2",
"react-hot-loader": "^4.12.13",
"react-test-renderer": "^16.9.0",
Expand Down Expand Up @@ -152,12 +154,19 @@
"compiled/**/*"
],
"asar": false,
"mac": {
"icon": "static/icon.icns"
},
"linux": {
"icon": "static/icon.icns",
"target": [
"deb",
"AppImage"
]
},
"win": {
"icon": "static/icon.ico"
},
"publish": "github"
}
}
44 changes: 0 additions & 44 deletions resources/Desktop.svg

This file was deleted.

79 changes: 0 additions & 79 deletions resources/Mobile.svg

This file was deleted.

Binary file removed resources/dmg.png
Binary file not shown.
Binary file removed resources/dmg@2x.png
Binary file not shown.
Binary file removed resources/icon.icns
Binary file not shown.
Binary file removed resources/icon.ico
Binary file not shown.
Binary file removed resources/icon.png
Binary file not shown.
Binary file removed resources/icon.sketch
Binary file not shown.
15 changes: 0 additions & 15 deletions resources/icon.svg

This file was deleted.

77 changes: 0 additions & 77 deletions resources/img_ui.svg

This file was deleted.

Binary file removed resources/install.gif
Binary file not shown.
Binary file removed resources/logo.png
Binary file not shown.
15 changes: 0 additions & 15 deletions resources/logo_symbol.svg

This file was deleted.

Binary file removed resources/screenshot.png
Binary file not shown.
Binary file added static/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions static/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/app/static/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicon.ico
Binary file not shown.
Binary file added static/icon.icns
Binary file not shown.
Binary file added static/icon.ico
Binary file not shown.
Loading

0 comments on commit 3047ceb

Please sign in to comment.