Bump version to 1.2.2 and update Firefox manifest for stricter version requirements
All checks were successful
Build and Release Extension / build (push) Successful in 25s

This commit is contained in:
Илья Глазунов 2026-04-19 16:49:53 +03:00
parent d545434815
commit 7bcde9f6d7
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "reels-master",
"version": "1.2.1",
"version": "1.2.2",
"description": "Chrome extension for Instagram Reels with volume control and download functionality",
"main": "index.js",
"scripts": {

View File

@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Reels Master",
"version": "1.1.2",
"version": "1.2.2",
"description": "Enhance your Instagram experience with Reels Master - download reels, seek through videos, and more!",
"background": {
"service_worker": "background/background.js"

View File

@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Reels Master",
"version": "1.1.2",
"version": "1.2.2",
"description": "Enhance your Instagram experience with Reels Master - download reels, seek through videos, and more!",
"background": {
"scripts": ["background/background.js"]
@ -21,7 +21,10 @@
"browser_specific_settings": {
"gecko": {
"id": "reels-master@shiftyspace.ru",
"strict_min_version": "121.0"
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": ["none"]
}
}
}
}