Update package.json with new display name and description

This commit is contained in:
n4ze3m 2024-02-07 23:49:42 +05:30
parent 2ae8338cef
commit 5eae6344cc

View File

@ -1,8 +1,8 @@
{ {
"name": "pageassist", "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", "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", "author": "n4ze3m",
"scripts": { "scripts": {
"dev": "plasmo dev", "dev": "plasmo dev",