mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
document.documentElement.textContent = JSON.stringify({
|
|
manifest: chrome.runtime.getManifest(),
|
|
id: chrome.runtime.id,
|
|
url: chrome.runtime.getURL('main.js'),
|
|
})
|