This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
32 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,44 @@ | ||
import pkg from './package.json' | ||
export default defineAppConfig({ | ||
myLayer: { | ||
name: 'Create Google App', | ||
name: 'PWA Starter App', | ||
meta: { | ||
homepage: 'https://create-google-app.vercel.app/', | ||
author: 'Kyrie Eleison', | ||
email: 'jur.eleison@gmail.com' | ||
homepage: pkg.homepage, | ||
author: pkg.author, | ||
email: 'jur.eleison@gmail.com', | ||
version: `Playground ${pkg.version}` | ||
}, | ||
menu: { | ||
btn1: 'Google', | ||
btn1: 'Articles', | ||
}, | ||
notification: { | ||
frontpage: 'How to create an google app in one week?', | ||
frontpage: 'PWA Starter App by Kyrie Eleison for Theme: Create Google App', | ||
about: 'A laywer from Norway, Kyrie Eleison, has made this app! Like it? Follow him on GitHub!', | ||
privacy: 'Privacy police is normally not recuried, but because this app is published on Google Play - Google need it.', | ||
list: 'Search and find what you are locking for - with the amazing search-functionality on this Google App.', | ||
slug: 'Read the documentation with guidelines about how to create a Google App in one week.' | ||
list: 'Search and find what you are locking for - with the amazing search-functionality on this PWA Starter App.', | ||
slug: 'Read the documentation with guidelines about how to create a Google App in one week, in this starter app.' | ||
}, | ||
seoMeta: { | ||
home: { | ||
title: 'How to Create an App and go on Google App Store?', | ||
description: 'How to Create a Google App in less than a week, with no programming skills? Answer: Follow my guidelines and read this documentation:)' | ||
title: 'PWA Starter App by Kyrie Eleison for Theme: Create Google App', | ||
description: 'How to Create a Google App in less than a week, with no programming skills? Answer: Follow my guidlines and read this documentation:)' | ||
}, | ||
about: { | ||
title: 'Information about this Google App, and going on "Google App Store"', | ||
description: 'About the guidelines and description of how to create a google app' | ||
title: 'Information about PWA Starter App and the articles about creating Google App"', | ||
description: 'About "WA Starter App" and why its a perfect starter-kit for non-programmers.' | ||
}, | ||
privacy: { | ||
title: 'Privacy Policy following because this is an Google App.', | ||
description: 'The Privacy Policy, Sitemap and Rss for "Create Google App". Privacy Policy is requrid for all Google Apps.' | ||
description: 'The Privacy Policy, Sitemap and Rss for "PWA Starter App". Privacy Policy is requrid for all Google Apps.' | ||
}, | ||
list: { | ||
tags: 'Documentation/guidelines in "Create Google App" with tag: ', | ||
tags: 'Documentation/guidelines in "PWA Starter App" with tag: ', | ||
tags_all: 'All guidelines"', | ||
description: 'This is the list of content in the "Create Google App" - with responsive design for mobile and laptop.' | ||
description: 'This is the list of content in the "PWA Starter App" - with responsive design for mobile and laptop.' | ||
}, | ||
slug: { | ||
description: 'Guidelines and documentation for "Create Google App" - a tutorial for non-programmers/non-developers!' | ||
description: 'Guidelines and documentation for "PWA Starter App"; a starter-kit for non-programmers/non-developers!' | ||
} | ||
} | ||
}, | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "@lovkyndig/create-google-app-playground", | ||
"version": "1.0.1-rc.8", | ||
"homepage": "https://pwa-starter-app-playground.vercel.app" | ||
"version": "1", | ||
"homepage": "https://pwa-starter-app-playground.vercel.app", | ||
"author": "Kyrie Eleison <jur.eleison@gmail.com> (https://github.com/lovkyndig)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.