This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Add manifest.json (#1851)
Adds a JSON file which provides information about the app, offering a quicker access and a richer experience for the users.
- Loading branch information
1 parent
b43c80e
commit e4f83c6
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,14 @@ | ||
{ | ||
"name": "meanjs", | ||
"short_name": "meanjs", | ||
"start_url": ".", | ||
"display": "browser", | ||
"background_color": "#fff", | ||
"theme_color": "#000", | ||
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.", | ||
"icons": [{ | ||
"src": "/modules/core/client/img/brand/icon.png", | ||
"sizes": "128x128", | ||
"type": "image/png" | ||
}] | ||
} |