Skip to content

Commit b431244

Browse files
committed
update manifest with theme color
1 parent 39bd9ec commit b431244

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: manifest.webmanifest

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"short_name": "RustPython",
44
"start_url": ".",
55
"display": "standalone",
6-
"background_color": "#F74C00",
7-
"description": "An open source Python-3 (CPython >= 3.5.0) Interpreter written in Rust 🐍 😱 🤘",
8-
"icons":[
9-
{"src":"assets/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},
10-
{"src":"assets/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}]
6+
"theme_color": "#F74C00",
7+
"description": "An open source Python-3 (CPython >= 3.5.0) Interpreter written in Rust 🐍 😱 🤘"
118
}

0 commit comments

Comments
 (0)