-
Notifications
You must be signed in to change notification settings - Fork 204
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
1 parent
775e10a
commit 0e3d45d
Showing
3 changed files
with
47 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
"outDir": "dist", | ||
"assets": [ | ||
"assets", | ||
"manifest.json", | ||
"favicon.ico" | ||
], | ||
"index": "index.html", | ||
|
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "Shape Shifter", | ||
"short_name": "Shape Shifter", | ||
"theme_color": "#607d8b", | ||
"background_color": "#e0e0e0", | ||
"display": "standalone", | ||
"description": "Shape Shifter is a web-app that simplifies the process of creating SVG-based path morphing animations.", | ||
"icons": [{ | ||
"src": "assets/shapeshifter.svg", | ||
"sizes": "600x600", | ||
"type": "image/svg" | ||
}], | ||
"scope": "./", | ||
"start_url": "./" | ||
} |