Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update manifest with theme color
  • Loading branch information
mireille-raad committed Mar 16, 2020
commit b4312443b4eb7a30ff4491909c93b37ce934dec8
7 changes: 2 additions & 5 deletions manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"short_name": "RustPython",
"start_url": ".",
"display": "standalone",
"background_color": "#F74C00",
"description": "An open source Python-3 (CPython >= 3.5.0) Interpreter written in Rust 🐍 😱 🤘",
"icons":[
{"src":"assets/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},
{"src":"assets/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}]
"theme_color": "#F74C00",
"description": "An open source Python-3 (CPython >= 3.5.0) Interpreter written in Rust 🐍 😱 🤘"
}