Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9706)

Unified Diff: chrome/test/data/extensions/samples/getviews/manifest.json

Issue 115419: extensions chrome.self.getViews() (Closed)
Patch Set: remove line Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/samples/getviews/manifest.json
diff --git a/chrome/test/data/extensions/samples/getviews/manifest.json b/chrome/test/data/extensions/samples/getviews/manifest.json
new file mode 100755
index 0000000000000000000000000000000000000000..84e18b1403bb675b3bd24dbad10412bf97e4b7be
--- /dev/null
+++ b/chrome/test/data/extensions/samples/getviews/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "ViewTest",
+ "description": "Clicking on any toolstrip or background page should 'claim' the 'strong' typeface from the others by calling claim() directly on their window objects",
+ "version": "0.1",
+ "toolstrips": ["ts1.html", "ts2.html"],
+ "background_page": "bg.html"
+}
« no previous file with comments | « chrome/test/data/extensions/samples/getviews/common.js ('k') | chrome/test/data/extensions/samples/getviews/ts1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698