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", name: "pingbot",
short_name: "pingbot", short_name: "pingbot",
start_url: "/", start_url: "/",
background_color: "#282c34", background_color: "#9517cf",
theme_color: "#282c34", theme_color: "#9517cf",
display: "minimal-ui", display: "minimal-ui",
icon: "src/images/icon.png", // This path is relative to the root of the site. icon: "src/images/icon.png", // This path is relative to the root of the site.
} }

View file

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

View file

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