add a short name to the manifest

This commit is contained in:
James Burnett 2014-07-22 07:28:57 -04:00
parent 9207e402d8
commit 91cca5dac1

View File

@ -2,6 +2,7 @@
"manifest_version": 2,
"name": "PrintScreen",
"short_name": "PrintScreen",
"description": "PrintScreen for Chrome. Print what you see.",
"version": "1.0.0",
"permissions": [ "tabs", "http://*/*", "https://*/*" ],