chore: update README, logo and package.json

This commit is contained in:
Rui Saraiva 2020-04-19 19:54:00 +01:00
parent f38beb497b
commit 6e8e851746
3 changed files with 13 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,6 +1,10 @@
![Favycon logo](./public/favicon.svg)
# 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 -->
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#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">

View File

@ -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",