Commit 33cfc528 authored by cylee's avatar cylee Committed by Commit bot

GetHelp: Release manifest.json for M38-rc2

BUG=chromium:404093

Review URL: https://codereview.chromium.org/497063002

Cr-Commit-Position: refs/heads/master@{#291665}
parent fdf83ea6
...@@ -6,5 +6,26 @@ ...@@ -6,5 +6,26 @@
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"content_security_policy": "default-src 'self'; img-src 'self' data:;", "content_security_policy": "default-src 'self'; img-src 'self' 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" "incognito": "split"
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment