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

Side by Side Diff: chrome/common/extensions/docs/apps/manifest.html

Issue 10775002: Added storage to manifest permissions table. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/extensions/manifest.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 <td> "privacy" </td> 730 <td> "privacy" </td>
731 <td> Required if the extension uses the 731 <td> Required if the extension uses the
732 <a href="privacy.html">chrome.privacy</a> module. </td> 732 <a href="privacy.html">chrome.privacy</a> module. </td>
733 </tr> 733 </tr>
734 <tr> 734 <tr>
735 <td> "proxy" </td> 735 <td> "proxy" </td>
736 <td> Required if the extension uses the 736 <td> Required if the extension uses the
737 <a href="proxy.html">chrome.proxy</a> module. </td> 737 <a href="proxy.html">chrome.proxy</a> module. </td>
738 </tr> 738 </tr>
739 <tr> 739 <tr>
740 <td> "storage" </td>
741 <td> Required if the extension uses the
742 <a href="storage.html">chrome.storage</a> module. </td>
743 </tr>
744 <tr>
740 <td> "tabs" </td> 745 <td> "tabs" </td>
741 <td> Required if the extension uses the 746 <td> Required if the extension uses the
742 <a href="tabs.html">chrome.tabs</a> or 747 <a href="tabs.html">chrome.tabs</a> or
743 <a href="windows.html">chrome.windows</a> module. </td> 748 <a href="windows.html">chrome.windows</a> module. </td>
744 </tr> 749 </tr>
745 <tr> 750 <tr>
746 <td> "tts" </td> 751 <td> "tts" </td>
747 <td> Required if the extension uses the 752 <td> Required if the extension uses the
748 <a href="tts.html">chrome.tts</a> module. </td> 753 <a href="tts.html">chrome.tts</a> module. </td>
749 </tr> 754 </tr>
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 _uff=0; 1021 _uff=0;
1017 urchinTracker(); 1022 urchinTracker();
1018 } 1023 }
1019 catch(e) {/* urchinTracker not available. */} 1024 catch(e) {/* urchinTracker not available. */}
1020 </script> 1025 </script>
1021 <!-- end analytics --> 1026 <!-- end analytics -->
1022 </div> 1027 </div>
1023 </div> <!-- /gc-footer --> 1028 </div> <!-- /gc-footer -->
1024 </div> <!-- /gc-container --> 1029 </div> <!-- /gc-container -->
1025 </body></html> 1030 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/extensions/manifest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698