Skip to content

Commit 710fd91

Browse files
committed
chore: resources is added on manifest file
1 parent 8034624 commit 710fd91

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

frontend/manifest.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "CodeTranslateAI",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "Select code on a page and get instant AI-powered translations in a clean, tabbed interface.",
66
"author": "Dinesh Kumar Sutihar",
77
"permissions": ["activeTab", "storage"],
@@ -31,5 +31,11 @@
3131
],
3232
"background": {
3333
"service_worker": "background.js"
34-
}
34+
},
35+
"web_accessible_resources": [
36+
{
37+
"resources": ["packages/prism/prism.js", "packages/prism/prism.css"],
38+
"matches": ["<all_urls>"]
39+
}
40+
]
3541
}

0 commit comments

Comments
 (0)