From 5eae6344cc066c4523942a58d77b045c4158ce9c Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Wed, 7 Feb 2024 23:49:42 +0530 Subject: [PATCH] Update package.json with new display name and description --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c7e891..c97879f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "pageassist", - "displayName": "Page Assist - Browse the Internet with Your Local AI Models", + "displayName": "Page Assist - A Web UI for Local AI Models", "version": "1.0.0", - "description": "Page Assist is a browser extension that allows you to browse the internet with your local AI models. It is a privacy-focused and open-source project.", + "description": "Use your locally running AI models to assist you in your web browsing.", "author": "n4ze3m", "scripts": { "dev": "plasmo dev",