Update manifest.json

This commit is contained in:
Ingan121
2025-07-02 23:51:06 +09:00
parent 5356a5c775
commit 35fd255b2d
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*.zip
*.xpi
*.crx

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Vineless",
"version": "0.8.2",
"version": "1.0",
"permissions": [
"activeTab",
"tabs",
@@ -46,7 +46,7 @@
],
"browser_specific_settings": {
"gecko": {
"id": "DevLARLEY@larley.dev",
"id": "vineless@ingan121.com",
"strict_min_version": "58.0"
}
}