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

Unified Diff: chrome/browser/resources/settings_app/manifest.json

Issue 11048045: Allow settings dialog to be opened via the app launcher, as a packaged app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: license stanza Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings_app/manifest.json
diff --git a/chrome/browser/resources/settings_app/manifest.json b/chrome/browser/resources/settings_app/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..1057f12e4464622e0cc7ebb555910a8af4320e8c
--- /dev/null
+++ b/chrome/browser/resources/settings_app/manifest.json
@@ -0,0 +1,22 @@
+{
+ //chrome-extension://ennkphjdgehloodpbhlhldgbnhmacadg
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDoVDPGX6fvKPVVgc+gnkYlGqHuuapgFDyKhsy4z7UzRLO/95zXPv8h8e5EacqbAQJLUbP6DERH5jowyNEYVxq9GJyntJMwP1ejvoz/52hnY3CCGGCmttmKzzpp5zwLuq3iZf8bslwywfflNUYtaCFSDa0TtrBZz0aOPrAAd/AhNwIDAQAB",
+ "name": "Settings",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Settings",
+
+ "icons": {
+ "16": "settings_app_icon_16.png",
+ "128": "settings_app_icon_128.png"
+ },
+ "app": {
+ "background": {
+ "scripts": [ "settings_app.js" ]
+ }
+ },
+ "permissions": [
+ "chrome://settings-frame/"
+ ],
+ "display_in_launcher": true
+}
« no previous file with comments | « chrome/browser/resources/component_extension_resources.grd ('k') | chrome/browser/resources/settings_app/settings_app.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698