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

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

Issue 119361: Add a benchmark extension. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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/benchmark/manifest.json
===================================================================
--- chrome/test/data/extensions/samples/benchmark/manifest.json (revision 0)
+++ chrome/test/data/extensions/samples/benchmark/manifest.json (revision 0)
@@ -0,0 +1,14 @@
+{
+ "name": "Page Benchmarker",
+ "version": "1.0",
+ "description": "Chromium Page Benchmarker.",
+ "toolstrips": [
+ "toolstrip.html"
+ ],
+ "content_scripts": [
+ {
+ "matches": ["http://*/*"],
+ "js": ["script.js"]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698