Skip to content

Commit

Permalink
feat: add settings shortcut for PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jun 14, 2020
1 parent 4b6aa39 commit 2cf8ea4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ export default {
start_url: '/?origin=PWA',
theme_color: '#121212',
background_color: '#121212',
shortcuts: [
{
name: 'Open Settings',
short_name: 'Settings',
description: 'Tweak your experience',
url: '/settings',
},
],
},
meta: {
/* meta options */
Expand Down

0 comments on commit 2cf8ea4

Please sign in to comment.