Update manifest.json

This commit is contained in:
Dawa Sherpa 2018-05-23 12:32:58 -04:00 committed by GitHub
parent 261b74d6ad
commit da5d7b549a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
"contextMenus",
"storage",
"alarms",
"<all_urls>"
["*://*.workflowy/*"]
],
"background": {
"scripts": [
@ -51,7 +51,7 @@
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"matches": ["*://*.workflowy/*"],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true,