Skip to content

Commit f3ab21f

Browse files
committed
Add shortname back into manifest
1 parent b994c2a commit f3ab21f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"manifest_version": 2,
33

4-
"name": "Tiling Window Manager for Chrome OS",
5-
"short_name": "",
6-
"description": "Tiling Window Manager for Chrome OS",
7-
"version": "0.4",
4+
"name": "Tiling Window Manager for Chrome OS\u2122",
5+
"short_name": "chrometile",
6+
"description": "Tiling Window Manager for Chrome OS\u2122",
7+
"version": "0.5",
88
"icons": {"128": "icon.png"},
99

1010
"permissions": [

0 commit comments

Comments
 (0)