chore(web-clipper): reintegrate name and description

This commit is contained in:
Elian Doran 2026-01-24 10:59:51 +02:00
parent 17f906fb65
commit 5600a707d3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,6 @@
{
"manifest_version": 2,
"name": "Trilium Web Clipper (dev)",
"version": "1.0.1",
"description": "Save web clippings to Trilium Notes.",
"homepage_url": "https://github.com/zadam/trilium-web-clipper",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {

View File

@ -3,6 +3,8 @@ import { defineConfig } from "vite";
export default defineConfig({
modules: ['@wxt-dev/auto-icons'],
manifest: {
name: "Trilium Web Clipper",
description: "Save web clippings to Trilium Notes.",
permissions: [
"activeTab",
"tabs",