mirror of
https://github.com/electron/electron.git
synced 2026-02-15 09:35:34 -05:00
7 lines
187 B
JavaScript
7 lines
187 B
JavaScript
/* eslint-disable */
|
|
document.documentElement.textContent = JSON.stringify({
|
|
manifest: chrome.runtime.getManifest(),
|
|
id: chrome.runtime.id,
|
|
url: chrome.runtime.getURL('main.js')
|
|
})
|