Skip to content

Commit

Permalink
Inject the new globals file as a content script into all MTurk pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhellman committed Oct 13, 2018
1 parent 9ceb385 commit acd2c83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Expand Up @@ -86,7 +86,8 @@
"js/mturk-date.js",
"js/react-dom-props.js",
"js/storage.js",
"js/tagged-template-literals.js"
"js/tagged-template-literals.js",
"mturk/globals/index.js"
],
"matches": ["https://worker.mturk.com/*"],
"run_at": "document_start",
Expand Down

0 comments on commit acd2c83

Please sign in to comment.