mirror of
https://github.com/miljegen/browser-milje.git
synced 2025-08-16 10:03:43 +00:00
milje.js now outputs the version number from the manifest file(testing something out)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
console.log("browser-milje version 0.0.1")
|
||||
const manifestData = chrome.runtime.getManifest();
|
||||
const version = manifestData.version;
|
||||
|
||||
console.log("browser-milje version " + version);
|
||||
|
||||
const milje = document.createElement('div');
|
||||
const style = {
|
||||
|
Reference in New Issue
Block a user