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

Side by Side Diff: chrome/test/data/extensions/activity_log/manifest.json

Issue 12517011: Added activity logging for ext APIs with custom bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "Activity Log Test Extension", 2 "name": "Activity Log Test Extension",
3 "version": "0.1", 3 "version": "0.1",
4 "description": "Testing the Activity Log", 4 "description": "Testing the Activity Log",
5 "permissions": [ "cookies", "tabs", "webRequest", "webRequestBlocking", 5 "permissions": [ "cookies", "tabs", "webRequest", "webRequestBlocking",
6 "http://*/*", "https://*/*" ], 6 "http://*/*", "https://*/*" ],
7 "options_page": "options.html", 7 "options_page": "options.html",
8 "manifest_version": 2 8 "manifest_version": 2,
9 "omnibox": { "keyword" : "hello" }
9 } 10 }
OLDNEW
« no previous file with comments | « chrome/renderer/resources/extensions/send_request.js ('k') | chrome/test/data/extensions/activity_log/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698