We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8034624 commit 710fd91Copy full SHA for 710fd91
1 file changed
frontend/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 3,
3
"name": "CodeTranslateAI",
4
- "version": "1.0.1",
+ "version": "1.1.0",
5
"description": "Select code on a page and get instant AI-powered translations in a clean, tabbed interface.",
6
"author": "Dinesh Kumar Sutihar",
7
"permissions": ["activeTab", "storage"],
@@ -31,5 +31,11 @@
31
],
32
"background": {
33
"service_worker": "background.js"
34
- }
+ },
35
+ "web_accessible_resources": [
36
+ {
37
+ "resources": ["packages/prism/prism.js", "packages/prism/prism.css"],
38
+ "matches": ["<all_urls>"]
39
+ }
40
+ ]
41
}
0 commit comments