diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 04:21:45 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-31 04:21:45 +0000 |
commit | 0b3449662125083d13138cbab1ec039c9e9fddc4 (patch) | |
tree | 8503ed6f529f991dd4870999a14f6229adda0c7f /chrome/test/data/extensions/good/extension3 | |
parent | 49a14a8af7d0186c0c6de56271dffdf54643b5fd (diff) | |
download | chromium_src-0b3449662125083d13138cbab1ec039c9e9fddc4.zip chromium_src-0b3449662125083d13138cbab1ec039c9e9fddc4.tar.gz chromium_src-0b3449662125083d13138cbab1ec039c9e9fddc4.tar.bz2 |
Make the "id" key for extension manifests optional in
--load-extension mode. This makes this mode more convenient, and
should lead to less copy-and-paste of extension IDs.
Also, remove the "format_version" key. This is basically
duplicated in the code that checks the version number of the crx
file format. And if we ever really need a format version for the
manifest, we can always add it later.
Review URL: http://codereview.chromium.org/56044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/extensions/good/extension3')
-rw-r--r-- | chrome/test/data/extensions/good/extension3/1.0/manifest.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/test/data/extensions/good/extension3/1.0/manifest.json b/chrome/test/data/extensions/good/extension3/1.0/manifest.json index f1390de..7927104 100644 --- a/chrome/test/data/extensions/good/extension3/1.0/manifest.json +++ b/chrome/test/data/extensions/good/extension3/1.0/manifest.json @@ -1,5 +1,4 @@ { - "format_version": 1, "id": "20123456789ABCDEF0123456789ABCDEF0123456", "version": "1.0", "name": "My extension 3" |