[READ-ONLY] Mirror of https://github.com/mrgnw/editable-cv.
0

Configure Feed

Select the types of activity you want to include in your feed.

editable-cv / static / manifest.webmanifest
1.2 kB 46 lines
1{ 2 "name": "Make your website editable", 3 "short_name": "Editable Website", 4 "icons": [ 5 { 6 "src": "/favicon-48x48.png?v=9d77a4ce079ca15fd3da4b420a2e7cf6", 7 "sizes": "48x48", 8 "type": "image/png" 9 }, 10 { 11 "src": "/favicon-72x72.png?v=9d77a4ce079ca15fd3da4b420a2e7cf6", 12 "sizes": "72x72", 13 "type": "image/png" 14 }, 15 { 16 "src": "/favicon-96x96.png?v=9d77a4ce079ca15fd3da4b420a2e7cf6", 17 "sizes": "96x96", 18 "type": "image/png" 19 }, 20 { 21 "src": "/favicon-144x144.png?v=9d77a4ce079ca15fd3da4b420a2e7cf6", 22 "sizes": "144x144", 23 "type": "image/png" 24 }, 25 { 26 "src": "/favicon-192x192.png?v=9d77a4ce079ca15fd3da4b420a2e7cf6", 27 "sizes": "192x192", 28 "type": "image/png" 29 }, 30 { 31 "src": "/favicon-256x256.png?v=9d77a4ce079ca15fd3da4b420a2e7cf6", 32 "sizes": "256x256", 33 "type": "image/png" 34 }, 35 { 36 "src": "/favicon-384x384.png?v=9d77a4ce079ca15fd3da4b420a2e7cf6", 37 "sizes": "384x384", 38 "type": "image/png" 39 }, 40 { 41 "src": "/favicon-512x512.png?v=9d77a4ce079ca15fd3da4b420a2e7cf6", 42 "sizes": "512x512", 43 "type": "image/png" 44 } 45 ] 46}