mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
* feat: add chrome.runtime.getManifest * Add test for chrome.runtime.getManifest * Use IPC utils for getManifest internals
13 lines
203 B
JSON
13 lines
203 B
JSON
{
|
|
"name": "chrome-api",
|
|
"version": "1.0",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"js": ["main.js"],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
"manifest_version": 2
|
|
}
|