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

Side by Side Diff: chrome/common/extensions/docs/examples/api/browsingData/basic/manifest.json

Issue 9424036: Move `browsingData` extension API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebuilt docs. Created 8 years, 10 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" : "BrowsingData API: Basics", 2 "name" : "BrowsingData API: Basics",
3 "version" : "1.1", 3 "version" : "1.1",
4 "description" : "A trivial usage example.", 4 "description" : "A trivial usage example.",
5 "permissions": [ 5 "permissions": [
6 "browsingData", 6 "browsingData"
7 "experimental"
8 ], 7 ],
9 "browser_action": { 8 "browser_action": {
10 "default_icon": "icon.png", 9 "default_icon": "icon.png",
11 "popup": "popup.html" 10 "popup": "popup.html"
12 }, 11 },
13 "manifest_version": 2 12 "manifest_version": 2
14 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698