Skip to content

Commit ddade78

Browse files
committed
meta: small change in menifest file and adds gitignore
1 parent 809102e commit ddade78

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Promotional
2+
release
3+
.env
4+
5+
node_modules
6+
.DS_Store
7+
dist
8+
coverage
9+
.vscode
10+
.idea
11+
*.log
12+
*.env.local
13+
*.env.development.local
14+
*.env.test.local
15+
*.env.production.local
16+
*.env.*.local
17+
npm-debug.log*
18+
yarn-debug.log*
19+
yarn-error.log*
20+

frontend/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.1",
55
"description": "Select code on a page and get instant AI-powered translations in a clean, tabbed interface.",
66
"author": "Dinesh Kumar Sutihar",
7-
"permissions": ["activeTab", "scripting", "storage"],
7+
"permissions": ["activeTab", "storage"],
88
"host_permissions": ["https://*.workers.dev/"],
99
"action": {
1010
"default_popup": "popup.html",

0 commit comments

Comments
 (0)