This commit is contained in:
achiyae
2023-08-05 15:57:08 +03:00
parent f0a5f9317f
commit 60b84e8229
6 changed files with 67 additions and 71 deletions

View File

@@ -5,7 +5,7 @@
},
"content_scripts": [
{
"js": ["scripts/jquery.js", "scripts/content.js"],
"js": ["scripts/jquery.js", "scripts/content.js", "scripts/utils.js"],
"matches": ["https://*.overleaf.com/project/*"]
}
],
@@ -36,11 +36,12 @@
}
},
"background": {
"service_worker": "scripts/service-worker.js"
"service_worker": "scripts/service-worker.js",
"type": "module"
},
"permissions": ["storage", "tabs"],
"manifest_version": 3,
"name": "LeafLLM",
"homepage_url": "https://github.com/achiyae/LeafLLM",
"version": "1.1.0"
"version": "1.2.0"
}