mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-14 11:06:21 +05:00
chore: update README, logo and package.json
This commit is contained in:
parent
f38beb497b
commit
6e8e851746
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 16 KiB |
@ -1,6 +1,10 @@
|
||||

|
||||
|
||||
# Favycon
|
||||
|
||||
Favicon generator tool
|
||||
> A Favicon generator tool
|
||||
|
||||
A small online tool to help you generate your favicon in all the sizes and formats you need.
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors-)
|
||||
@ -65,7 +69,7 @@ Favicon generator tool
|
||||
<meta name="msapplication-TileImage" content="/favicon-144x144.png">
|
||||
<meta name="msapplication-config" content="/browserconfig.xml">
|
||||
<!-- SVG favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<!-- PWA compatible -->
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
11
package.json
11
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "favycon",
|
||||
"version": "1.0.0",
|
||||
"description": "Favicon generator tool",
|
||||
"description": "A Favicon generator tool",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ruisaraiva19/favycon.git"
|
||||
@ -9,7 +9,11 @@
|
||||
"keywords": [
|
||||
"favicon",
|
||||
"generator",
|
||||
"tool"
|
||||
"tool",
|
||||
"icon",
|
||||
"svg",
|
||||
"png",
|
||||
"pwa"
|
||||
],
|
||||
"author": {
|
||||
"name": "Rui Saraiva",
|
||||
@ -22,8 +26,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/ruisaraiva19/favycon#readme",
|
||||
"engines": {
|
||||
"node": ">= 12.x",
|
||||
"yarn": "^1.16.0"
|
||||
"node": ">= 10.x"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user