Skip to content

Commit 921a98c

Browse files
committedApr 7, 2012
fix manifest, v0.0.2
1 parent f5617c6 commit 921a98c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "__MSG_extName__",
33
"manifest_version": 2,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"default_locale": "en",
66
"description": "__MSG_extDesc__",
77
"background" : {
@@ -15,7 +15,7 @@
1515
},
1616
"browser_action": {
1717
"default_icon": "resource/19.png",
18-
"default_title": "__MSG_extTip__"
18+
"default_title": "__MSG_extName__"
1919
},
2020
"permissions": [
2121
"tabs",

0 commit comments

Comments
 (0)
Please sign in to comment.