修改对话框样式

master
LIU CHAO 2023-07-30 22:01:39 +08:00
parent f8578f5030
commit 0dcf051862
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "Auto Dark Mode Toggle",
"name": "Dark Mode",
"version": "1.0",
"description": "Toggle the 'Auto Dark Mode for Web Contents' flag in Chrome://flags",
"description": "Toggle the 'Dark Mode' flag in Chrome://flags",
"icons": {
"16": "icon.png",
"48": "icon.png",

View File

@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Auto Dark Mode Toggle</title>
<title>Dark Mode</title>
<script src="popup.js"></script>
</head>
<body>
<h1>Auto Dark Mode Toggle</h1>
<button id="toggleButton">Toggle Auto Dark Mode</button>
<button id="toggleButton">Dark Mode</button>
</body>
</html>