5 lines
167 B
JavaScript
5 lines
167 B
JavaScript
document.documentElement.textContent = JSON.stringify({
|
|
manifest: chrome.runtime.getManifest(),
|
|
id: chrome.runtime.id,
|
|
url: chrome.runtime.getURL('main.js'),
|
|
})
|