Index: chrome/test/data/extensions/api_test/clear/one_at_a_time/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/clear/one_at_a_time/manifest.json b/chrome/test/data/extensions/api_test/clear/one_at_a_time/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..815a8fb4c5481eb93679a738b3a04cab3dd8dce2 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/clear/one_at_a_time/manifest.json |
@@ -0,0 +1,10 @@ |
+{ |
+ "name": "chrome.clear API Test: One at a time.", |
+ "version": "0.1", |
+ "description": "Checks that chrome.experimental.clear APIs can only be called if one's not already running.", |
+ "background_page": "background.html", |
+ "permissions": [ |
+ "experimental", |
+ "clear" |
+ ] |
+} |