Skip to content

Commit d81bba9

Browse files
committed
Merge branch 'release/v0.3.3'
2 parents 28623c9 + 5e4fd6a commit d81bba9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

config/metadata.cjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,9 @@ module.exports = {
3232
icon: "https://www.google.com/s2/favicons?sz=64&domain=translate.google.com",
3333
require: [
3434
"https://update.greasyfork.org/scripts/530526/1558038/ProgressUI-Module.js",
35-
"https://github.com/mde/ejs/releases/download/v3.1.10/ejs.min.js",
36-
// 'https://update.greasyfork.org/scripts/530648/1558616/FileDownloader-Module.js',
37-
// 'https://cdnjs.cloudflare.com/ajax/libs/jszip/3.7.1/jszip.min.js'
3835
],
3936
resource: [
4037
// 'popup_css https://raw.githubusercontent.com/maanimis/MetaTranslator/refs/heads/develop/src/pages/popup.css',
41-
"popup_html https://raw.githubusercontent.com/maanimis/MetaTranslator/refs/heads/develop/src/pages/popup.ejs",
4238
],
4339
connect: [],
4440
"run-at": "document-end",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "metatranslator",
33
"description": "Show translated tooltip on text selection",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"author": {
66
"name": "maanimis",
77
"email": "maanimis.dev@gmail.com"

0 commit comments

Comments
 (0)