manifest.json 301 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 { "name": "vue-awesome-picker", "short_name": "AwesomePicker", "display": "standalone", "start_url": "./", "theme_color": "#ffffff", "background_color": "#ffffff", "icons": [ { "src": "./static/img/vue-logo.png", "sizes": "256x256", "type": "image/png" } ] }