Index: chrome/common/extensions/docs/templates/public/apps/redirects.json |
diff --git a/chrome/common/extensions/docs/templates/public/apps/redirects.json b/chrome/common/extensions/docs/templates/public/apps/redirects.json |
index 570956fae8e64cd511dba1a959609b89119f7121..c393f100ce0a4f265055247d3ff5d402a443452e 100644 |
--- a/chrome/common/extensions/docs/templates/public/apps/redirects.json |
+++ b/chrome/common/extensions/docs/templates/public/apps/redirects.json |
@@ -1,12 +1,12 @@ |
{ |
- "": "about_apps.html", |
- "app_csp.html": "contentSecurityPolicy.html", |
- "experimental_systemInfo_storage.html": "system_storage.html", |
- "in_app_payments.html": "google_wallet.html", |
- "index.html": "about_apps.html", |
- "systemInfo_cpu.html": "system_cpu.html", |
- "systemInfo_display.html": "system_display.html", |
- "systemInfo_memory.html": "system_memory.html", |
- "webview.html": "tags/webview.html", |
- "webview_tag.html": "tags/webview.html" |
+ "": "about_apps", |
+ "app_csp": "contentSecurityPolicy", |
+ "experimental_systemInfo_storage": "system_storage", |
+ "in_app_payments": "google_wallet", |
+ "index": "about_apps", |
+ "systemInfo_cpu": "system_cpu", |
+ "systemInfo_display": "system_display", |
+ "systemInfo_memory": "system_memory", |
+ "webview": "tags/webview", |
+ "webview_tag": "tags/webview" |
} |