diff --git a/manifest.json b/manifest.json index 75abb84..c110a52 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "渠道应用开发部知识库", - "version": "1.2", + "version": "1.2.1", "description": "通过关键词快速搜索内部文档", "permissions": ["storage"], "host_permissions": [ @@ -12,11 +12,11 @@ "service_worker": "background.js" }, "action": { - "default_popup": "./pages/login.html", + "default_popup": "pages/index.html", "default_icon": { - "16": "./assets/icon.png", - "48": "./assets/icon.png", - "128": "./assets/icon.png" + "16": "assets/icon.png", + "48": "assets/icon.png", + "128": "assets/icon.png" } } -} \ No newline at end of file +} diff --git a/pages/index.html b/pages/index.html new file mode 100644 index 0000000..ef0d014 --- /dev/null +++ b/pages/index.html @@ -0,0 +1,18 @@ + + +
+ +