Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / json / manifest.json
blob194cf0e122fbdacf953b27f528d65e70afcef2df
2   "app": {
3     "documentation": "manifest/app.html",
4     "example": {},
5     "level": "required"
6   },
7   "app.background": {
8     "example": {"scripts": ["background.js"]},
9     "level": "required"
10   },
11   "background": {
12     "documentation": "background_pages.html"
13   },
14   "background.persistent": {
15     "documentation": "event_pages.html",
16     "example": false,
17     "level": "recommended"
18   },
19   "browser_action": {
20     "documentation": "browserAction.html",
21     "example": {},
22     "level": "only_one"
23   },
24   "chrome_url_overrides": {
25     "documentation": "override.html",
26     "example": {}
27   },
28   "content_scripts": {
29     "documentation": "content_scripts.html",
30     "example": [{}]
31   },
32   "content_security_policy": {
33     "documentation": "contentSecurityPolicy.html",
34     "example": "policyString"
35   },
36   "default_locale": {
37     "documentation": "manifest/default_locale.html",
38     "example": "en",
39     "level": "recommended"
40   },
41   "description": {
42     "documentation": "manifest/description.html",
43     "example": "A plain text description",
44     "level": "recommended"
45   },
46   "externally_connectable": {
47     "documentation": "manifest/externally_connectable.html",
48     "example": {
49       "matches": ["*://*.example.com/*"]
50     }
51   },
52   "file_browser_handlers": {
53     "documentation": "fileBrowserHandler.html",
54     "example": []
55   },
56   "file_handlers": {
57     "documentation": "manifest/file_handlers.html",
58     "example": {}
59   },
60   "homepage_url": {
61     "documentation": "manifest/homepage_url.html",
62     "example": "http://path/to/homepage"
63   },
64   "icons": {
65     "documentation": "manifest/icons.html",
66     "example": {},
67     "level": "recommended"
68   },
69   "incognito": {
70     "documentation": "manifest/incognito.html",
71     "example": "spanning or split"
72   },
73   "key": {
74     "documentation": "manifest/key.html",
75     "example": "publicKey"
76   },
77   "kiosk_enabled": {
78     "documentation": "manifest/kiosk_enabled.html#kiosk_enabled",
79     "example": true
80   },
81   "kiosk_only": {
82     "documentation": "manifest/kiosk_enabled.html#kiosk_only",
83     "example": true
84   },
85   "manifest_version": {
86     "documentation": "manifest/manifest_version.html",
87     "example": 2,
88     "level": "required"
89   },
90   "minimum_chrome_version": {
91     "documentation": "manifest/minimum_chrome_version.html",
92     "example": "versionString"
93   },
94   "nacl_modules": {
95     "documentation": "manifest/nacl_modules.html",
96     "example": []
97   },
98   "name": {
99     "documentation": "manifest/name.html#name",
100     "example": "My {{platform}}",
101     "level": "required"
102   },
103   "offline_enabled": {
104     "documentation": "manifest/offline_enabled.html",
105     "example": true
106   },
107   "omnibox": {
108     "documentation": "omnibox.html",
109     "example": {
110       "keyword": "aString"
111     }
112   },
113   "options_page": {
114     "documentation": "options.html",
115     "example": "aFile.html"
116   },
117   "page_action": {
118     "documentation": "pageAction.html",
119     "example": {},
120     "level": "only_one"
121   },
122   "permissions": {
123     "documentation": "declare_permissions.html",
124     "example": []
125   },
126   "plugins": {
127     "documentation": "npapi.html",
128     "example": []
129   },
130   "requirements": {
131     "documentation": "manifest/requirements.html",
132     "example": {}
133   },
134   "sandbox": {
135     "documentation": "manifest/sandbox.html",
136     "example": []
137   },
138   "short_name": {
139     "documentation": "manifest/name.html#short_name",
140     "example": "Short Name"
141   },
142   "sockets": {
143     "documentation": "manifest/sockets.html",
144     "example": {
145       "tcp": { "connect": "*" }, "udp": { "send": "*" }
146     }
147   },
148   "storage": {
149     "documentation": "manifest/storage.html",
150     "example": {
151       "managed_schema": "schema.json"
152     }
153   },
154   "theme": {
155     "documentation": "themes.html",
156     "example": {},
157     "level": "only_one"
158   },
159   "update_url": {
160     "documentation": "autoupdate.html",
161     "example": "http://path/to/updateInfo.xml"
162   },
163   "url_handlers": {
164     "documentation": "manifest/url_handlers.html",
165     "example": {}
166   },
167   "version": {
168     "documentation": "manifest/version.html",
169     "example": "versionString",
170     "level": "required"
171   },
172   "web_accessible_resources": {
173     "documentation": "manifest/web_accessible_resources.html",
174     "example": []
175   }