-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.manifest.config.js
More file actions
22 lines (20 loc) · 882 Bytes
/
.manifest.config.js
File metadata and controls
22 lines (20 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// import "@babel/polyfill"
// import "@babel/register"
// import { colors } from "./src/styles/themes/colors"
// const colors = require("sass-extract-loader?{"plugins":["sass-extract-js"]}!./src/styles/abscract/_variables.module.scss");
// export const manifestConfig = {
// const manifestConfig = {
// module.exports = {
// name: "Jason Cady Portfolio",
// short_name: "Jason Cady Portfolio",
// start_url: "/",
// background_color: colors.background,
// theme_color: colors.primary,
// display: "browser",
// // TODO: Use icon with equal-sided image borders because chrome dev console complains if it is not.
// icon: "src/images/logo.svg",
// // TODO: Below line is not needed when switched to a equal sided SVG icon.
// sizes: "48x11 72x16 96x21 144x32 192x42 256x56 384x85 512x113",
// }
// module.exports manifestConfig
// export default manifestConfig