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

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

Issue 7003059: Added license header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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/screenshot/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/tabs/screenshot/manifest.json b/chrome/common/extensions/docs/examples/api/tabs/screenshot/manifest.json
index 37fdbf08567690e4ccf8721ebc3397b5bb548275..2bba84e95bfcaa791c6e53589f4e9c6259404ab9 100644
--- a/chrome/common/extensions/docs/examples/api/tabs/screenshot/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/tabs/screenshot/manifest.json
@@ -1,11 +1,11 @@
{
"name": "Test Screenshot Extension",
"version": "1.0",
- "description": "Demonstrate screenshot functionality in the chrome.tabs api.",
+ "description": "Demonstrate screenshot functionality in the chrome.tabs api. Note: only works for code.google.com",
"background_page": "background.html",
"browser_action": {
"default_icon": "camera.png",
"default_title": "Take a screen shot!"
},
- "permissions": ["tabs"]
+ "permissions": ["tabs", "http://code.google.com/"]
}

Powered by Google App Engine
This is Rietveld 408576698