OLD | NEW |
1 { | 1 { |
2 "app": { | 2 "app": { |
3 "documentation": "manifest/app.html", | 3 "documentation": "manifest/app.html", |
4 "example": {}, | 4 "example": {}, |
5 "level": "required" | 5 "level": "required" |
6 }, | 6 }, |
7 "app.background": { | 7 "app.background": { |
8 "example": {"scripts": ["background.js"]}, | 8 "example": {"scripts": ["background.js"]}, |
9 "level": "required" | 9 "level": "required" |
10 }, | 10 }, |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "minimum_chrome_version": { | 90 "minimum_chrome_version": { |
91 "documentation": "manifest/minimum_chrome_version.html", | 91 "documentation": "manifest/minimum_chrome_version.html", |
92 "example": "versionString" | 92 "example": "versionString" |
93 }, | 93 }, |
94 "nacl_modules": { | 94 "nacl_modules": { |
95 "documentation": "manifest/nacl_modules.html", | 95 "documentation": "manifest/nacl_modules.html", |
96 "example": [] | 96 "example": [] |
97 }, | 97 }, |
98 "name": { | 98 "name": { |
99 "documentation": "manifest/name.html#name", | 99 "documentation": "manifest/name.html#name", |
100 "example": "My {{title}}", | 100 "example": "My {{platform}}", |
101 "level": "required" | 101 "level": "required" |
102 }, | 102 }, |
103 "offline_enabled": { | 103 "offline_enabled": { |
104 "documentation": "manifest/offline_enabled.html", | 104 "documentation": "manifest/offline_enabled.html", |
105 "example": true | 105 "example": true |
106 }, | 106 }, |
107 "omnibox": { | 107 "omnibox": { |
108 "documentation": "omnibox.html", | 108 "documentation": "omnibox.html", |
109 "example": { | 109 "example": { |
110 "keyword": "aString" | 110 "keyword": "aString" |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 "version": { | 155 "version": { |
156 "documentation": "manifest/version.html", | 156 "documentation": "manifest/version.html", |
157 "example": "versionString", | 157 "example": "versionString", |
158 "level": "required" | 158 "level": "required" |
159 }, | 159 }, |
160 "web_accessible_resources": { | 160 "web_accessible_resources": { |
161 "documentation": "manifest/web_accessible_resources.html", | 161 "documentation": "manifest/web_accessible_resources.html", |
162 "example": [] | 162 "example": [] |
163 } | 163 } |
164 } | 164 } |
OLD | NEW |