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

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

Issue 2376883002: GetHelp/HelpApp: manifests updated for M54 (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « chrome/browser/resources/chromeos/genius_app/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help_app/manifest.json
diff --git a/chrome/browser/resources/help_app/manifest.json b/chrome/browser/resources/help_app/manifest.json
index 65563c776af34a95bf2695242d07703254b523e4..6707e030a275c2419a2ebfced77d2ae07ba76ae4 100644
--- a/chrome/browser/resources/help_app/manifest.json
+++ b/chrome/browser/resources/help_app/manifest.json
@@ -6,26 +6,5 @@
"default_locale": "en",
"manifest_version": 2,
"content_security_policy": "default-src 'self' blob: filesystem:; img-src 'self' blob: filesystem: data:;",
- "background": {
- "scripts": [
- "js/background-bundle.js"
- ],
- "persistent": false
- },
- "content_scripts": [
- {
- "js": ["js/content_script_head.js"],
- "matches": ["https://support.google.com/chromebook/*"],
- "run_at": "document_start"
- },
- {
- "js": ["js/content_script_foot.js"],
- "matches": ["https://support.google.com/chromebook/*"],
- "run_at": "document_idle"
- }
- ],
- "permissions": [
- "storage"
- ],
"incognito": "split"
}
« 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