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'),
|
||
|
})
|