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

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

Issue 39285: Support loading extensions into the bookmark toolbar. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/good/extension1/1/manifest.json
===================================================================
--- chrome/test/data/extensions/good/extension1/1/manifest.json (revision 11270)
+++ chrome/test/data/extensions/good/extension1/1/manifest.json (working copy)
@@ -4,6 +4,7 @@
"version": "1.0.0.0",
"name": "My extension 1",
"description": "The first extension that I made.",
+ "toolstrip": "toolstrip.html",
"content_scripts": [
{
"matches": ["http://*.google.com/*", "https://*.google.com/*"],
« no previous file with comments | « chrome/test/data/extensions/good/extension1/1/index.html ('k') | chrome/test/data/extensions/good/extension1/1/toolstrip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698