Skip to content

Commit

Permalink
Update show.json.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSnicker authored Dec 17, 2023
1 parent 0ab9eb6 commit 9f115d0
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions app/views/decidim/manifests/show.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,59 @@
"sizes": "512x512",
"type": "image/png"
}
],
"shortcuts": [
{
"name": "Sessions",
"short_name": "Sessions",
"url": "/conferences/vgm-2023/program/478",
"description": "Schedule for 19th AGM.",
"icons": [
{
"src": "/sessions-96x96.png",
"type": "image/png",
"purpose": "any"
}
]
},
{
"name": "Policies",
"short_name": "Policies",
"url": "/conferences/vgm-2023/f/465",
"description": "Proposed member policies.",
"icons": [
{
"src": "/policies-96x96.png",
"type": "image/png",
"purpose": "any"
}
]
},
{
"name": "Messages",
"short_name": "Messages",
"url": "/conversations",
"description": "Conversations with other members.",
"icons": [
{
"src": "/messages-96x96.png",
"type": "image/png",
"purpose": "any"
}
]
},
{
"name": "Notifications",
"short_name": "Notifications",
"url": "/notifications",
"description": "Recent notifications.",
"icons": [
{
"src": "/notifications-96x96.png",
"type": "image/png",
"purpose": "any"
}
]
}
]
}

0 comments on commit 9f115d0

Please sign in to comment.