Bootstrap Web Extension

This commit is contained in:
He4eT 2024-08-15 04:16:45 +02:00
commit 2fbe0cd79e
5 changed files with 192 additions and 0 deletions

11
pages/popup/popup.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Milje-2077</title>
</head>
<body>
test
<script type="module" src="./popup.js"></script>
</body>
</html>

3
pages/popup/popup.js Normal file
View file

@ -0,0 +1,3 @@
import { storage } from '../../scripts/storage.js'
storage.local.set({'params': {scaleFactor: 128}})