Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"short_name": "Optia",
"description": "Analyze page SEO and get AI-powered recommendations",
"version": "0.1.0",
"minimum_chrome_version": "116",
"minimum_chrome_version": "137",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": ["tabs", "sidePanel", "storage", "scripting"],
"permissions": ["tabs", "sidePanel", "storage", "scripting", "alarms"],
"host_permissions": ["<all_urls>"],
"background": {
"service_worker": "src/background/service-worker.ts",
Expand Down
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"dependencies": {
"canvas-confetti": "^1.9.4",
"clsx": "^2.1.1",
"jose": "^6.2.3",
"lucide-react": "^0.511.0",
"openai": "^4.97.0",
"react": "^19.1.0",
Expand Down
49 changes: 47 additions & 2 deletions app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions app/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
allowBuilds:
esbuild: true
sharp: true
# Approve the dependencies allowed to run install/build scripts during
# `pnpm install` (pnpm blocks dependency build scripts by default). This is
# pnpm v10's documented mechanism — https://pnpm.io/settings#onlybuiltdependencies
Expand Down
Loading
Loading