Skip to content
Snippets Groups Projects
Commit 2674cdcc authored by Anton Bershanskiy's avatar Anton Bershanskiy
Browse files

save

parent 42351e64
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,16 @@
},
"background": {
"scripts": [
"background/cookiestore.js",
"background/inject.js"
"background/cookiestore.js"
],
"persistent": true
},
"content_scripts": [ {
"matches":["http://*/", "https://*/"],
"all_frames": true,
"js": [ "content_scripts/inject.js" ],
"run_at": "document_start"
} ],
"web_accessible_resources": [
"web_accessible_resources/*"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment