Skip to content

Commit

Permalink
Bump manifest version to 2
Browse files Browse the repository at this point in the history
Q3 2013 Chrome will stop supporting manifest version 1. There is no
rush, but it's better to change it now than never. ;)

http://developer.chrome.com/extensions/manifestVersion.html#manifest-v1-2012q3
  • Loading branch information
smgt authored and defunkt committed Jan 17, 2013
1 parent 0009204 commit 4cd8fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/manifest.json
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,6 @@
{ {
"name": "dotjs", "name": "dotjs",
"manifest_version": 2,
"version": "1.6", "version": "1.6",
"description": "~/.js", "description": "~/.js",
"icons": { "48": "icon48.png", "icons": { "48": "icon48.png",
Expand Down

0 comments on commit 4cd8fe7

Please sign in to comment.