mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
13 lines
207 B
JSON
13 lines
207 B
JSON
{
|
|
"name": "chrome-runtime",
|
|
"version": "1.0",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"js": ["main.js"],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
"manifest_version": 2
|
|
}
|