summaryrefslogtreecommitdiffstats
path: root/chrome/test/data
diff options
context:
space:
mode:
authorerikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-12 19:36:42 +0000
committererikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-12 19:36:42 +0000
commit64a02b8056c86576428022859baadbb9a7b929f1 (patch)
treefba294d94f03345806aeb15f6a2fbb2d8fd652f6 /chrome/test/data
parentaf05c6aa88661f7595b6a883667c352d51e66eb7 (diff)
downloadchromium_src-64a02b8056c86576428022859baadbb9a7b929f1.zip
chromium_src-64a02b8056c86576428022859baadbb9a7b929f1.tar.gz
chromium_src-64a02b8056c86576428022859baadbb9a7b929f1.tar.bz2
Add version to list of required fields. This is required prep work for extension installation.
Review URL: http://codereview.chromium.org/17320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7887 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
-rwxr-xr-xchrome/test/data/extensions/extension1/manifest1
-rwxr-xr-xchrome/test/data/extensions/extension2/manifest1
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/data/extensions/extension1/manifest b/chrome/test/data/extensions/extension1/manifest
index b475913..bfde176 100755
--- a/chrome/test/data/extensions/extension1/manifest
+++ b/chrome/test/data/extensions/extension1/manifest
@@ -1,6 +1,7 @@
{
"format_version": 1,
"id": "com.google.myextension1",
+ "version": "1.0",
"name": "My extension 1",
"description": "The first extension that I made.",
"content_scripts": [
diff --git a/chrome/test/data/extensions/extension2/manifest b/chrome/test/data/extensions/extension2/manifest
index 82b25d8d..0f58ffd 100755
--- a/chrome/test/data/extensions/extension2/manifest
+++ b/chrome/test/data/extensions/extension2/manifest
@@ -1,5 +1,6 @@
{
"format_version": 1,
"id": "com.google.myextension2",
+ "version": "1.0",
"name": "My extension 2"
}