Commit 93755a62 authored by kathyw@google.com's avatar kathyw@google.com

Add "permissions" to Getting Started manifest. Oops.

TBR=aa,rafaelw

Review URL: http://codereview.chromium.org/202047

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25882 0039d316-1c4b-4281-b951-d872f2087c98
parent 6cea14da
...@@ -51,6 +51,9 @@ at the bottom of the Google Chrome window. ...@@ -51,6 +51,9 @@ at the bottom of the Google Chrome window.
"description": "The first extension that I made.", "description": "The first extension that I made.",
"toolstrips": [ "toolstrips": [
"my_toolstrip.html" "my_toolstrip.html"
],
"permissions": [
"http://api.flickr.com/"
] ]
}</pre> }</pre>
</li> </li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment