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

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

Issue 160276: mole expand/collapse API (Closed)
Patch Set: fixed a couple of crashers Created 11 years, 5 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/mappy/manifest.json
diff --git a/chrome/test/data/extensions/samples/mappy/manifest.json b/chrome/test/data/extensions/samples/mappy/manifest.json
new file mode 100755
index 0000000000000000000000000000000000000000..1473ce801b76ee145019e33c72cc5f78065b6646
--- /dev/null
+++ b/chrome/test/data/extensions/samples/mappy/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "Mappy",
+ "version": "0.2",
+ "description": "Map stuff",
+ "toolstrips": [
+ "mappy_toolstrip.html"
+ ],
+ "content_scripts": [
+ { "matches": ["http://*/*"], "js": ["mappy_content_script.js"] }
+ ]
+}
« no previous file with comments | « chrome/renderer/renderer_resources.grd ('k') | chrome/test/data/extensions/samples/mappy/mappy_content_script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698