summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/manifest.json')
-rw-r--r--chromium/chrome/browser/resources/settings/manifest.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/settings/manifest.json b/chromium/chrome/browser/resources/settings/manifest.json
new file mode 100644
index 00000000000..c7a72e04e30
--- /dev/null
+++ b/chromium/chrome/browser/resources/settings/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "Settings",
+ "display": "standalone",
+ "icons": [
+ {
+ "src": "icon-192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ],
+ "start_url": "/",
+ "theme_color": "#254FAE"
+}