fix(release): RPM spec use %{_topdir}/SOURCES; fix Firefox manifest for FF115

This commit is contained in:
2026-06-08 19:36:04 +08:00
parent c1434a0b61
commit b4de2dec7a
2 changed files with 5 additions and 8 deletions
+2 -5
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Verstak Bridge",
"version": "1.0.0",
"version": "1.0.1",
"description": "Отслеживает активные вкладки и отправляет события в Verstak",
"author": "Verstak",
"homepage_url": "https://git.mirv.top/mirivlad/verstak",
@@ -10,10 +10,7 @@
"gecko": {
"id": "verstak-bridge@verstak.app",
"strict_min_version": "115.0",
"update_url": "https://mirv.top/verstak/firefox/updates.json",
"data_collection_permissions": {
"required": ["none"]
}
"update_url": "https://mirv.top/verstak/firefox/updates.json"
}
},