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

Side by Side Diff: chrome/browser/resources/help_app/manifest.json

Issue 2926733002: Get Help/HelpApp M61 release - manifest files (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « chrome/browser/resources/chromeos/genius_app/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqtHjbcvWT9Kbcapi0SaG28I66eRQHQv OqngCizm87qMb9RTgrftaUAGwPmxFLy4gBwO572N5ACpxsR6m2fRg9PSjeqaEojiFd28KY/b4VPoq/uk NOy97Ns7lPv4gmtNB8txuFIFuNw3s1k8nEJVAp659d7SnMsL4O1uXkW1huGQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqtHjbcvWT9Kbcapi0SaG28I66eRQHQv OqngCizm87qMb9RTgrftaUAGwPmxFLy4gBwO572N5ACpxsR6m2fRg9PSjeqaEojiFd28KY/b4VPoq/uk NOy97Ns7lPv4gmtNB8txuFIFuNw3s1k8nEJVAp659d7SnMsL4O1uXkW1huGQIDAQAB",
3 "name": "Help", 3 "name": "Help",
4 "version": "4.0", 4 "version": "4.0",
5 "description": "Chrome OS Help", 5 "description": "Chrome OS Help",
6 "default_locale": "en", 6 "default_locale": "en",
7 "manifest_version": 2, 7 "manifest_version": 2,
8 "content_security_policy": "default-src 'self' blob: filesystem:; img-src 'sel f' blob: filesystem: data:;", 8 "content_security_policy": "default-src 'self' blob: filesystem:; img-src 'sel f' blob: filesystem: data:;",
9 "incognito": "split" 9 "incognito": "split",
10 "permissions": [
11 "storage"
12 ]
10 } 13 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/genius_app/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698