Index: chrome/test/data/extensions/api_test/page_action/old_api/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/page_action/old_api/manifest.json b/chrome/test/data/extensions/api_test/page_action/old_api/manifest.json |
deleted file mode 100644 |
index 2cae614b112afc8b81d19bde711df4b4ea613561..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/page_action/old_api/manifest.json |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-{ |
- "name": "Test of old-style page actions API", |
- "version": "1.0", |
- "background": { |
- "page": "background.html" |
- }, |
- "permissions": ["tabs"], |
- "page_actions": [ |
- { "id": "action", |
- "name": "action", |
- "icons": ["icon.png", "icon1.png"] |
- } |
- ], |
- "background": { |
- "page": "background.html" |
- } |
-} |