| Index: manifest.json.tmpl |
| =================================================================== |
| --- a/manifest.json.tmpl |
| +++ b/manifest.json.tmpl |
| @@ -10,6 +10,7 @@ |
| "name": "__MSG_name_devbuild__", |
| {%- endif %} |
| + "short_name": "__MSG_name__", |
|
Thomas Greiner
2014/12/03 15:47:22
Since this field is limited to 12 characters I'd r
Sebastian Noack
2014/12/03 15:57:44
This string is imported from Adblock Plus for Fire
Thomas Greiner
2014/12/03 16:19:38
Ok, that's fine then.
|
| "description": "__MSG_description_{{ type }}__", |
| "default_locale": "en_US", |
| "version": {{version|json}}, |