mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
Updated readme and app description
This commit is contained in:
parent
df2fea9c43
commit
540d78d4e2
5 changed files with 21 additions and 4 deletions
15
LICENSE
Normal file
15
LICENSE
Normal file
|
@ -0,0 +1,15 @@
|
|||
Gamebrary. Open source tool to organize video game collections.
|
||||
Copyright (C) 2019 Roman Cervantes
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
@ -1,5 +1,5 @@
|
|||
# Gamebrary
|
||||
Open source tool that helps organize your video game collection.
|
||||
Open source tool to organize video game collections.
|
||||
|
||||
![Gamebrary board](https://user-images.githubusercontent.com/645310/57200356-d0e80480-6f3f-11e9-92e2-5c80ec186bda.png)
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"name": "GAMEBRARY",
|
||||
"name": "Gamebrary",
|
||||
"version": "1.0.0",
|
||||
"description": "Keep track of your video game collection",
|
||||
"description": "Open source tool to organize video game collections.",
|
||||
"author": "Roman Cervantes",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"background_color": "#333333",
|
||||
"display": "fullscreen",
|
||||
"orientation": "portrait",
|
||||
"description": "Open source tool that helps organize your video game collection.",
|
||||
"description": "Open source tool to organize video game collections.",
|
||||
"Scope": "/",
|
||||
"start_url": "/",
|
||||
"icons": [
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"theme_color": "#555555",
|
||||
"background_color": "#333333",
|
||||
"display": "standalone",
|
||||
"description": "Open source tool to organize video game collections.",
|
||||
"orientation": "portrait",
|
||||
"Scope": "/",
|
||||
"start_url": "/?utm_source=pwa",
|
||||
|
|
Loading…
Reference in a new issue