Chromium Code Reviews

Unified Diff: chrome/test/data/extensions/test/TabsAPI/1/manifest.json

Issue 62178: Flesh out more extensions tab api (added removeTab, updateTab) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/test/data/extensions/test/TabsAPI/1/manifest.json
===================================================================
--- chrome/test/data/extensions/test/TabsAPI/1/manifest.json (revision 0)
+++ chrome/test/data/extensions/test/TabsAPI/1/manifest.json (revision 0)
@@ -0,0 +1,8 @@
+{
+ "id": "1234567890123456789012345678901234567890",
+ "name": "TabsAPI",
+ "description": "Utility for working with the extension tabs api",
+ "version": "0.1",
+ "format_version": 1,
+ "toolstrips": ["tabs_api.html"]
+}

Powered by Google App Engine