| Index: chrome/common/extensions/docs/templates/public/owners.html
|
| diff --git a/chrome/common/extensions/docs/templates/public/owners.html b/chrome/common/extensions/docs/templates/public/owners.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9d84117dec3ed4969e627640b18ae1ca41373cd0
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/templates/public/owners.html
|
| @@ -0,0 +1,37 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Extensions/Apps API Owners</title>
|
| + <style>
|
| + .warning {
|
| + color: #ff3333;
|
| + }
|
| + html, body {
|
| + width: 1300px;
|
| + }
|
| + table {
|
| + border-collapse: collapse;
|
| + }
|
| + table, th, td {
|
| + border: 1px solid #eee;
|
| + }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <h1><center>Extensions/Apps API Owners</center></h1>
|
| + <table>
|
| + <tr>
|
| + <th>API</th>
|
| + <th>Owners</th>
|
| + <th>Notes</th>
|
| + </tr>
|
| + {{#entry:owners.apis}}
|
| + <tr>
|
| + <td>{{entry.apiName}}</td>
|
| + <td>{{{entry.owners}}}</td>
|
| + <td>{{entry.notes}}</td>
|
| + </tr>
|
| + {{/owners.apis}}
|
| + </table>
|
| + </body>
|
| +</html>
|
|
|