5de6adfb84
* test: load page with some content when testing extension * test: use dom-ready to wait for page loaded with extension
12 lines
205 B
JSON
12 lines
205 B
JSON
{
|
|
"name": "chrome-runtime",
|
|
"version": "1.0",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"js": ["main.js"],
|
|
"run_at": "document_end"
|
|
}
|
|
],
|
|
"manifest_version": 2
|
|
}
|