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

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

Issue 180016: Extension API Renaming/Consistency changes (Closed)
Patch Set: render docs Created 11 years, 3 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
OLDNEW
1 { 1 {
2 "name": "BookmarksAPI", 2 "name": "BookmarksAPI",
3 "description": "Bookmarks API test", 3 "description": "Bookmarks API test",
4 "version": "0.1", 4 "version": "0.1",
5 "toolstrips": ["bookmark_api.html"] 5 "toolstrips": ["bookmark_api.html"],
6 "permissions": ["bookmarks"]
6 } 7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698