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

Side by Side Diff: chrome/common/extensions/docs/examples/api/tabs/zoom/manifest.json

Issue 570048: Add zoom extension API (Closed)
Patch Set: Zoom extension API with docs and examples Created 9 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
OLDNEW
(Empty)
1 {
2 "name": "Zoom API Example",
3 "version": "1.0",
4 "description": "Example of using the zoom extension API",
5 "browser_action": {
6 "default_icon": "icon.png",
7 "popup": "popup.html"
8 },
9 "permissions": [
10 "tabs"
11 ]
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698