Index: chrome/test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/manifest.json b/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/manifest.json |
index b0817e62a192e46001828f642c736f982db3b1d7..3712b7942fdf678bac47da3eeee5fab9aba7bbf5 100644 |
--- a/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/manifest.json |
+++ b/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/manifest.json |
@@ -3,7 +3,7 @@ |
"description": "Access the Extensions window directly from the toolbar. Will not open a duplicate extensions tab.", |
"version": "1.1", |
"manifest_version": 2, |
- "permissions": ["tabs", "experimental"], |
+ "permissions": ["tabs"], |
"background": { |
"scripts": ["background.js"], |
"persistent": false |