🔧 (pwa) remove icons for shortcuts
This commit is contained in:
@@ -14,13 +14,9 @@ module.exports = {
|
||||
shortcuts: [
|
||||
{
|
||||
name: 'Start a session',
|
||||
short_name: 'Start session',
|
||||
short_name: 'Start',
|
||||
description: 'Start a pair programming session',
|
||||
url: '/?play=true',
|
||||
icons: [
|
||||
{ src: '/img/shortcuts/play-192x192.png', sizes: '192x192' },
|
||||
{ src: '/img/shortcuts/play-144x144.png', sizes: '144x144' }
|
||||
]
|
||||
url: '/?play=true'
|
||||
}
|
||||
],
|
||||
icons: [
|
||||
|
||||
Reference in New Issue
Block a user