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

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

Issue 6413014: Original patch from issue 570048 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a few fixes 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/api/tabs/zoom/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/tabs/zoom/manifest.json b/chrome/common/extensions/docs/examples/api/tabs/zoom/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..3d7ef537d5232d6882221fbaafaf76f483fa5baf
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/tabs/zoom/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Zoom API Example",
+ "version": "1.0",
+ "description": "Example of using the zoom extension API",
+ "browser_action": {
+ "default_icon": "icon.png",
+ "popup": "popup.html"
+ },
+ "permissions": [
+ "tabs"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698