mirror of
https://github.com/zadam/trilium.git
synced 2026-02-02 11:54:25 +01:00
chore(web-clipper): reintegrate name and description
This commit is contained in:
parent
17f906fb65
commit
5600a707d3
@ -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": {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user