Skip to content

Commit

Permalink
Description internationalization, Ver 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdcomp authored Nov 26, 2017
1 parent 71036ff commit 116581c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{

"manifest_version": 2,
"name": "Print/Print Preview",
"description": "Adds Print and Print Preview commands to the context menu",
"version": "0.9",
"name": "__MSG_ExtensionName__",
"description": "__MSG_ExtensionDescription__",
"version": "1.0",

"background": {
"scripts": ["background.js"]
Expand All @@ -20,6 +20,8 @@

"permissions": [
"contextMenus"
]
],

"default_locale": "en"

}

0 comments on commit 116581c

Please sign in to comment.