Commit de7eb6fc authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

Add a mainfest decription to integration test extensions

Most test extensions manifest's have a descripton: the Files, Gallery,
Video Player, Audio Player test extension do not (how very odd). Let's
give them a description, for consistency with all test extensions.

Bug: 836254
Change-Id: I43dce817da53f9ae7a584f4b30907c3c0649ee85
Reviewed-on: https://chromium-review.googlesource.com/1156118
Commit-Queue: Noel Gordon <noel@chromium.org>
Reviewed-by: default avatarLuciano Pacheco <lucmult@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579322}
parent 3b10abf0
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"name": "Audio Player test extension", "name": "Audio Player test extension",
"version": "0.1", "version": "0.1",
"manifest_version": 2, "manifest_version": 2,
"description": "Audio Player test extension",
"web_accessible_resources": ["*"], "web_accessible_resources": ["*"],
"background": { "background": {
"scripts": [ "scripts": [
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"version": "0.1", "version": "0.1",
"incognito": "split", // Run a separate instance for the incognito mode. "incognito": "split", // Run a separate instance for the incognito mode.
"manifest_version": 2, "manifest_version": 2,
"description": "Files test extension",
"background": { "background": {
"scripts": [ "scripts": [
// List test_util.js and background.js first because the testcase // List test_util.js and background.js first because the testcase
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"name": "Gallery test extension", "name": "Gallery test extension",
"version": "0.1", "version": "0.1",
"manifest_version": 2, "manifest_version": 2,
"description": "Gallery test extension",
"web_accessible_resources": ["*"], "web_accessible_resources": ["*"],
"background": { "background": {
"scripts": [ "scripts": [
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"name": "Video Player test extension", "name": "Video Player test extension",
"version": "0.1", "version": "0.1",
"manifest_version": 2, "manifest_version": 2,
"description": "Video Player test extension",
"web_accessible_resources": ["*"], "web_accessible_resources": ["*"],
"background": { "background": {
"scripts": [ "scripts": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment