mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-24 07:50:01 -05:00
- Adjust "Release" section in contributing guide. - Disable "X" datasource, since it is not working after the latest API adjustments. - Update "version" key and "msix_config.msix_version" key in "pubspec.yaml" file. - Change user in "AddSourceReddit" widget help text. - Enable macOS App Sandbox. - Adjust logo for Windows version.
35 lines
927 B
JSON
35 lines
927 B
JSON
{
|
|
"name": "FeedDeck",
|
|
"short_name": "FeedDeck",
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"background_color": "#49d3b4",
|
|
"theme_color": "#49d3b4",
|
|
"description": "Follow your RSS and Social Media Feeds",
|
|
"orientation": "portrait-primary",
|
|
"prefer_related_applications": false,
|
|
"icons": [
|
|
{
|
|
"src": "icons/Icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/Icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icons/Icon-maskable-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "icons/Icon-maskable-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
} |