Skip to content

Commit 809102e

Browse files
committed
meta: menifest fix
1 parent be60b1a commit 809102e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

frontend/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"manifest_version": 3,
33
"name": "CodeTranslateAI",
4-
"version": "0.1.0",
5-
"description": "Select code on a page and translate it on the fly.",
4+
"version": "1.0.1",
5+
"description": "Select code on a page and get instant AI-powered translations in a clean, tabbed interface.",
6+
"author": "Dinesh Kumar Sutihar",
67
"permissions": ["activeTab", "scripting", "storage"],
8+
"host_permissions": ["https://*.workers.dev/"],
79
"action": {
810
"default_popup": "popup.html",
911
"default_icon": {

0 commit comments

Comments
 (0)