manifest: update

This commit is contained in:
Medzik 2021-08-08 20:11:43 +00:00
parent e20747f1b0
commit c4205a1fd9
5 changed files with 6 additions and 5 deletions

View File

@ -12,8 +12,8 @@ module.exports = {
name: "pingbot",
short_name: "pingbot",
start_url: "/",
background_color: "#282c34",
theme_color: "#282c34",
background_color: "#9517cf",
theme_color: "#9517cf",
display: "minimal-ui",
icon: "src/images/icon.png", // This path is relative to the root of the site.
}

View File

@ -2,10 +2,11 @@
"name": "pingbot",
"version": "1.0.0",
"private": true,
"description": "Ping Bot",
"description": "Keep your apps alive on replit.com or glitch.com",
"author": "Medzik",
"keywords": [
"gatsby"
"gatsby",
"pingbot"
],
"scripts": {
"dev": "gatsby develop",

View File

@ -1,7 +1,7 @@
import React from "react"
import { useStaticQuery, graphql } from "gatsby"
import PropTypes from "prop-types"
import { Helmet } from "react-helmet"
import { useStaticQuery, graphql } from "gatsby"
function Seo(props) {
const { site } = useStaticQuery(

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 13 KiB

BIN
src/images/icon.png. Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB