mirror of
https://github.com/He4eT/browser-milje-2077.git
synced 2026-05-04 17:07:24 +00:00
Bootstrap Web Extension
This commit is contained in:
parent
9b04b7cbe4
commit
2fbe0cd79e
5 changed files with 192 additions and 0 deletions
11
pages/popup/popup.html
Normal file
11
pages/popup/popup.html
Normal 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
3
pages/popup/popup.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { storage } from '../../scripts/storage.js'
|
||||
|
||||
storage.local.set({'params': {scaleFactor: 128}})
|
||||
Loading…
Add table
Add a link
Reference in a new issue