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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 //chrome-extension://ennkphjdgehloodpbhlhldgbnhmacadg
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDoVDPGX6fvKPVVgc+gnkYlGqHuuapgFD yKhsy4z7UzRLO/95zXPv8h8e5EacqbAQJLUbP6DERH5jowyNEYVxq9GJyntJMwP1ejvoz/52hnY3CCGG CmttmKzzpp5zwLuq3iZf8bslwywfflNUYtaCFSDa0TtrBZz0aOPrAAd/AhNwIDAQAB",
4 "name": "Settings",
5 "version": "0.1",
6 "manifest_version": 2,
7 "description": "Settings",
8
9 "icons": {
10 "16": "settings_app_icon_16.png",
11 "128": "settings_app_icon_128.png"
12 },
13 "app": {
14 "background": {
15 "scripts": [ "settings_app.js" ]
16 }
17 },
18 "permissions": [
19 "chrome://settings-frame/"
20 ],
21 "display_in_launcher": true
22 }
OLDNEW
« 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