first commit
This commit is contained in:
29
build/node_modules/favicons/config/defaults.json
generated
vendored
Normal file
29
build/node_modules/favicons/config/defaults.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"appName": null,
|
||||
"appDescription": null,
|
||||
"developerName": null,
|
||||
"developerURL": null,
|
||||
"background": "#fff",
|
||||
"dir": "auto",
|
||||
"lang": "en-US",
|
||||
"path": "/",
|
||||
"url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"start_url": "/?homescreen=1",
|
||||
"version": "1.0",
|
||||
"logging": false,
|
||||
"online": false,
|
||||
"preferOnline": false,
|
||||
"pipeHTML": false,
|
||||
"icons": {
|
||||
"android": true,
|
||||
"appleIcon": true,
|
||||
"appleStartup": true,
|
||||
"coast": true,
|
||||
"favicons": true,
|
||||
"firefox": true,
|
||||
"windows": true,
|
||||
"yandex": true
|
||||
}
|
||||
}
|
||||
105
build/node_modules/favicons/config/files.json
generated
vendored
Normal file
105
build/node_modules/favicons/config/files.json
generated
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"android": {
|
||||
"manifest.json": {
|
||||
"name": "Favicons",
|
||||
"short_name": "Favicons",
|
||||
"description": "Favicons",
|
||||
"dir": "auto",
|
||||
"lang": "en-US",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"start_url": "./?utm_source=web_app_manifest",
|
||||
"background_color": "#FFFFFF",
|
||||
"theme_color": "#FFFFFF",
|
||||
"icons": [
|
||||
{
|
||||
"src": "android-chrome-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image\/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image\/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image\/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"firefox": {
|
||||
"manifest.webapp": {
|
||||
"version": "1.0",
|
||||
"name": "Favicons",
|
||||
"description": "Favicon generator for Node.js",
|
||||
"icons": {
|
||||
"60": "firefox_app_60x60.png",
|
||||
"128": "firefox_app_128x128.png",
|
||||
"512": "firefox_app_512x512.png"
|
||||
},
|
||||
"developer": {
|
||||
"name": "Favicons",
|
||||
"url": "http://favicons.io"
|
||||
}
|
||||
}
|
||||
},
|
||||
"windows": {
|
||||
"browserconfig.xml": [
|
||||
{ "name": "browserconfig", "children": [
|
||||
{ "name": "msapplication", "children": [
|
||||
{ "name": "tile", "children": [
|
||||
{ "name": "square70x70logo", "attrs": { "src": "mstile-70x70.png" } },
|
||||
{ "name": "square150x150logo", "attrs": { "src": "mstile-150x150.png" } },
|
||||
{ "name": "wide310x150logo", "attrs": { "src": "mstile-310x150.png" } },
|
||||
{ "name": "square310x310logo", "attrs": { "src": "mstile-310x310.png" } },
|
||||
{ "name": "TileColor", "text": "#FFFFFF" }
|
||||
]}
|
||||
]}
|
||||
]}
|
||||
]
|
||||
},
|
||||
"yandex": {
|
||||
"yandex-browser-manifest.json": {
|
||||
"version": 1,
|
||||
"api_version": 1,
|
||||
"layout": {
|
||||
"logo": "yandex-browser-50x50.png",
|
||||
"color": "#FFFFFF",
|
||||
"show_title": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
50
build/node_modules/favicons/config/html.json
generated
vendored
Normal file
50
build/node_modules/favicons/config/html.json
generated
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"android": {
|
||||
"link[rel='manifest'][href$='manifest.json']": "<link rel='manifest' href='manifest.json'>",
|
||||
"meta[name='mobile-web-app-capable']": "<meta name='mobile-web-app-capable' content='yes'>",
|
||||
"meta[name='theme-color']": "<meta name='theme-color' content='#FFFFFF'>",
|
||||
"meta[name='application-name']": "<meta name='application-name' content='Application'>"
|
||||
},
|
||||
"appleIcon": {
|
||||
"link[rel='apple-touch-icon'][sizes='57x57'][href$='apple-touch-icon-57x57.png']": "<link rel='apple-touch-icon' sizes='57x57' href='apple-touch-icon-57x57.png'>",
|
||||
"link[rel='apple-touch-icon'][sizes='60x60'][href$='apple-touch-icon-60x60.png']": "<link rel='apple-touch-icon' sizes='60x60' href='apple-touch-icon-60x60.png'>",
|
||||
"link[rel='apple-touch-icon'][sizes='72x72'][href$='apple-touch-icon-72x72.png']": "<link rel='apple-touch-icon' sizes='72x72' href='apple-touch-icon-72x72.png'>",
|
||||
"link[rel='apple-touch-icon'][sizes='76x76'][href$='apple-touch-icon-76x76.png']": "<link rel='apple-touch-icon' sizes='76x76' href='apple-touch-icon-76x76.png'>",
|
||||
"link[rel='apple-touch-icon'][sizes='114x114'][href$='apple-touch-icon-114x114.png']": "<link rel='apple-touch-icon' sizes='114x114' href='apple-touch-icon-114x114.png'>",
|
||||
"link[rel='apple-touch-icon'][sizes='120x120'][href$='apple-touch-icon-120x120.png']": "<link rel='apple-touch-icon' sizes='120x120' href='apple-touch-icon-120x120.png'>",
|
||||
"link[rel='apple-touch-icon'][sizes='144x144'][href$='apple-touch-icon-144x144.png']": "<link rel='apple-touch-icon' sizes='144x144' href='apple-touch-icon-144x144.png'>",
|
||||
"link[rel='apple-touch-icon'][sizes='152x152'][href$='apple-touch-icon-152x152.png']": "<link rel='apple-touch-icon' sizes='152x152' href='apple-touch-icon-152x152.png'>",
|
||||
"link[rel='apple-touch-icon'][sizes='180x180'][href$='apple-touch-icon-180x180.png']": "<link rel='apple-touch-icon' sizes='180x180' href='apple-touch-icon-180x180.png'>",
|
||||
"meta[name='apple-mobile-web-app-capable']": "<meta name='apple-mobile-web-app-capable' content='yes'>",
|
||||
"meta[name='apple-mobile-web-app-status-bar-style']": "<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent'>",
|
||||
"meta[name='apple-mobile-web-app-title']": "<meta name='apple-mobile-web-app-title' content='Application'>"
|
||||
},
|
||||
"appleStartup": {
|
||||
"link[rel='apple-touch-startup-image'][media='(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)'][href$='apple-touch-startup-image-320x460.png']": "<link rel='apple-touch-startup-image' media='(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)' href='apple-touch-startup-image-320x460.png'>",
|
||||
"link[rel='apple-touch-startup-image'][media='(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)'][href$='apple-touch-startup-image-640x920.png']": "<link rel='apple-touch-startup-image' media='(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)' href='apple-touch-startup-image-640x920.png'>",
|
||||
"link[rel='apple-touch-startup-image'][media='(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)'][href$='apple-touch-startup-image-640x1096.png']": "<link rel='apple-touch-startup-image' media='(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)' href='apple-touch-startup-image-640x1096.png'>",
|
||||
"link[rel='apple-touch-startup-image'][media='(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)'][href$='apple-touch-startup-image-750x1294.png']": "<link rel='apple-touch-startup-image' media='(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)' href='apple-touch-startup-image-750x1294.png'>",
|
||||
"link[rel='apple-touch-startup-image'][media='(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)'][href$='apple-touch-startup-image-1182x2208.png']": "<link rel='apple-touch-startup-image' media='(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)' href='apple-touch-startup-image-1182x2208.png'>",
|
||||
"link[rel='apple-touch-startup-image'][media='(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)'][href$='apple-touch-startup-image-1242x2148.png']": "<link rel='apple-touch-startup-image' media='(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)' href='apple-touch-startup-image-1242x2148.png'>",
|
||||
"link[rel='apple-touch-startup-image'][media='(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)'][href$='apple-touch-startup-image-748x1024.png']": "<link rel='apple-touch-startup-image' media='(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)' href='apple-touch-startup-image-748x1024.png'>",
|
||||
"link[rel='apple-touch-startup-image'][media='(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)'][href$='apple-touch-startup-image-768x1004.png']": "<link rel='apple-touch-startup-image' media='(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)' href='apple-touch-startup-image-768x1004.png'>",
|
||||
"link[rel='apple-touch-startup-image'][media='(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)'][href$='apple-touch-startup-image-1496x2048.png']": "<link rel='apple-touch-startup-image' media='(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)' href='apple-touch-startup-image-1496x2048.png'>",
|
||||
"link[rel='apple-touch-startup-image'][media='(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)'][href$='apple-touch-startup-image-1536x2008.png']": "<link rel='apple-touch-startup-image' media='(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)' href='apple-touch-startup-image-1536x2008.png'>"
|
||||
},
|
||||
"coast": {
|
||||
"link[rel='icon'][type='image/png'][sizes='228x228'][href$='coast-228x228.png']": "<link rel='icon' type='image/png' sizes='228x228' href='coast-228x228.png'>"
|
||||
},
|
||||
"favicons": {
|
||||
"link[rel='icon'][type='image/png'][sizes='32x32'][href$='favicon-32x32.png']": "<link rel='icon' type='image/png' sizes='32x32' href='favicon-32x32.png'>",
|
||||
"link[rel='icon'][type='image/png'][sizes='16x16'][href$='favicon-16x16.png']": "<link rel='icon' type='image/png' sizes='16x16' href='favicon-16x16.png'>",
|
||||
"link[rel='shortcut icon'][href$='favicon.ico']": "<link rel='shortcut icon' href='favicon.ico'>"
|
||||
},
|
||||
"windows": {
|
||||
"meta[name='msapplication-TileColor']": "<meta name='msapplication-TileColor' content='#FFFFFF'>",
|
||||
"meta[name='msapplication-TileImage'][content$='mstile-144x144.png']": "<meta name='msapplication-TileImage' content='mstile-144x144.png'>",
|
||||
"meta[name='msapplication-config'][content$='browserconfig.xml']": "<meta name='msapplication-config' content='browserconfig.xml'>"
|
||||
},
|
||||
"yandex": {
|
||||
"link[rel='yandex-tableau-widget'][href$='yandex-browser-manifest.json']": "<link rel='yandex-tableau-widget' href='yandex-browser-manifest.json'>"
|
||||
}
|
||||
}
|
||||
340
build/node_modules/favicons/config/icons.json
generated
vendored
Normal file
340
build/node_modules/favicons/config/icons.json
generated
vendored
Normal file
@@ -0,0 +1,340 @@
|
||||
{
|
||||
"android": {
|
||||
"android-chrome-36x36.png": {
|
||||
"width": 36,
|
||||
"height": 36,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"android-chrome-48x48.png": {
|
||||
"width": 48,
|
||||
"height": 48,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"android-chrome-72x72.png": {
|
||||
"width": 72,
|
||||
"height": 72,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"android-chrome-96x96.png": {
|
||||
"width": 96,
|
||||
"height": 96,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"android-chrome-144x144.png": {
|
||||
"width": 144,
|
||||
"height": 144,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"android-chrome-192x192.png": {
|
||||
"width": 192,
|
||||
"height": 192,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"android-chrome-256x256.png": {
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"android-chrome-384x384.png": {
|
||||
"width": 384,
|
||||
"height": 384,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"android-chrome-512x512.png": {
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
}
|
||||
},
|
||||
"appleIcon": {
|
||||
"apple-touch-icon-57x57.png": {
|
||||
"width": 57,
|
||||
"height": 57,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon-60x60.png": {
|
||||
"width": 60,
|
||||
"height": 60,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon-72x72.png": {
|
||||
"width": 72,
|
||||
"height": 72,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon-76x76.png": {
|
||||
"width": 76,
|
||||
"height": 76,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon-114x114.png": {
|
||||
"width": 114,
|
||||
"height": 114,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon-120x120.png": {
|
||||
"width": 120,
|
||||
"height": 120,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon-144x144.png": {
|
||||
"width": 144,
|
||||
"height": 144,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon-152x152.png": {
|
||||
"width": 152,
|
||||
"height": 152,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon-167x167.png": {
|
||||
"width": 167,
|
||||
"height": 167,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon-180x180.png": {
|
||||
"width": 180,
|
||||
"height": 180,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon.png": {
|
||||
"width": 180,
|
||||
"height": 180,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-icon-precomposed.png": {
|
||||
"width": 180,
|
||||
"height": 180,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
}
|
||||
},
|
||||
"appleStartup": {
|
||||
"apple-touch-startup-image-320x460.png": {
|
||||
"width": 320,
|
||||
"height": 460,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-startup-image-640x920.png": {
|
||||
"width": 640,
|
||||
"height": 920,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-startup-image-640x1096.png": {
|
||||
"width": 640,
|
||||
"height": 1096,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-startup-image-748x1024.png": {
|
||||
"width": 748,
|
||||
"height": 1024,
|
||||
"transparent": false,
|
||||
"rotate": true,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-startup-image-750x1294.png": {
|
||||
"width": 750,
|
||||
"height": 1294,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-startup-image-768x1004.png": {
|
||||
"width": 768,
|
||||
"height": 1004,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-startup-image-1182x2208.png": {
|
||||
"width": 1182,
|
||||
"height": 2208,
|
||||
"transparent": false,
|
||||
"rotate": true,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-startup-image-1242x2148.png": {
|
||||
"width": 1242,
|
||||
"height": 2148,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-startup-image-1496x2048.png": {
|
||||
"width": 1496,
|
||||
"height": 2048,
|
||||
"transparent": false,
|
||||
"rotate": true,
|
||||
"mask": false
|
||||
},
|
||||
"apple-touch-startup-image-1536x2008.png": {
|
||||
"width": 1536,
|
||||
"height": 2008,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
}
|
||||
},
|
||||
"coast": {
|
||||
"coast-228x228.png": {
|
||||
"width": 228,
|
||||
"height": 228,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
}
|
||||
},
|
||||
"favicons": {
|
||||
"favicon-16x16.png": {
|
||||
"width": 16,
|
||||
"height": 16,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"favicon-32x32.png": {
|
||||
"width": 32,
|
||||
"height": 32,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"favicon.ico": {
|
||||
"sizes": [{
|
||||
"width": 16,
|
||||
"height": 16
|
||||
}, {
|
||||
"width": 24,
|
||||
"height": 24
|
||||
}, {
|
||||
"width": 32,
|
||||
"height": 32
|
||||
}, {
|
||||
"width": 48,
|
||||
"height": 48
|
||||
}, {
|
||||
"width": 64,
|
||||
"height": 64
|
||||
}],
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
}
|
||||
},
|
||||
"firefox": {
|
||||
"firefox_app_60x60.png": {
|
||||
"width": 60,
|
||||
"height": 60,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": true
|
||||
},
|
||||
"firefox_app_128x128.png": {
|
||||
"width": 128,
|
||||
"height": 128,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": true
|
||||
},
|
||||
"firefox_app_512x512.png": {
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"transparent": false,
|
||||
"rotate": false,
|
||||
"mask": true
|
||||
}
|
||||
},
|
||||
"windows": {
|
||||
"mstile-70x70.png": {
|
||||
"width": 128,
|
||||
"height": 128,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"mstile-144x144.png": {
|
||||
"width": 144,
|
||||
"height": 144,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"mstile-150x150.png": {
|
||||
"width": 270,
|
||||
"height": 270,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"mstile-310x150.png": {
|
||||
"width": 558,
|
||||
"height": 270,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
},
|
||||
"mstile-310x310.png": {
|
||||
"width": 558,
|
||||
"height": 558,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
}
|
||||
},
|
||||
"yandex": {
|
||||
"yandex-browser-50x50.png": {
|
||||
"width": 50,
|
||||
"height": 50,
|
||||
"transparent": true,
|
||||
"rotate": false,
|
||||
"mask": false
|
||||
}
|
||||
}
|
||||
}
|
||||
14
build/node_modules/favicons/config/platform-options.json
generated
vendored
Normal file
14
build/node_modules/favicons/config/platform-options.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"offset": {
|
||||
"platforms": ["android", "appleIcon", "appleStartup", "firefox", "coast"],
|
||||
"defaultTo": 0
|
||||
},
|
||||
"background": {
|
||||
"platforms": ["android", "appleIcon", "appleStartup", "firefox", "coast", "windows", "yandex"],
|
||||
"defaultTo": false
|
||||
},
|
||||
"shadow": {
|
||||
"platforms": ["android"],
|
||||
"defaultTo": false
|
||||
}
|
||||
}
|
||||
66
build/node_modules/favicons/config/rfg.json
generated
vendored
Normal file
66
build/node_modules/favicons/config/rfg.json
generated
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"api_key": "586975d64501c4a6cafabfdfd146f799f028a046",
|
||||
"master_picture": {
|
||||
"type": "inline",
|
||||
"content": ""
|
||||
},
|
||||
"files_location": {
|
||||
"type": "path",
|
||||
"path": ""
|
||||
},
|
||||
"favicon_design": {
|
||||
"desktop_browser": {},
|
||||
"ios": {
|
||||
"picture_aspect": "background_and_margin",
|
||||
"margin": "0",
|
||||
"background_color": "#FFFFFF",
|
||||
"startup_image": {
|
||||
"background_color": "#FFFFFF"
|
||||
}
|
||||
},
|
||||
"windows": {
|
||||
"picture_aspect": "no_change",
|
||||
"background_color": "#FFFFFF"
|
||||
},
|
||||
"firefox_app": {
|
||||
"picture_aspect": "circle",
|
||||
"keep_picture_in_circle": "true",
|
||||
"circle_inner_margin": "0",
|
||||
"margin": "0",
|
||||
"background_color": "#FFFFFF",
|
||||
"manifest": {
|
||||
"app_name": "Favicons",
|
||||
"app_description": "Favicon generator for Node.js",
|
||||
"developer_name": "Favicons",
|
||||
"developer_url": "http://favicons.io"
|
||||
}
|
||||
},
|
||||
"android_chrome": {
|
||||
"picture_aspect": "no_change",
|
||||
"manifest": {
|
||||
"name": "Favicons",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait"
|
||||
},
|
||||
"theme_color": "#FFFFFF"
|
||||
},
|
||||
"coast": {
|
||||
"picture_aspect": "background_and_margin",
|
||||
"background_color": "#FFFFFF",
|
||||
"margin": "0"
|
||||
},
|
||||
"yandex_browser": {
|
||||
"background_color": "#FFFFFF",
|
||||
"manifest": {
|
||||
"show_title": true,
|
||||
"version": "1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"compression": "3",
|
||||
"scaling_algorithm": "Mitchell",
|
||||
"error_on_image_too_small": true
|
||||
},
|
||||
"versioning": false
|
||||
}
|
||||
Reference in New Issue
Block a user