added firefox compatibility
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Reels Master",
|
||||
"version": "1.1.2",
|
||||
"description": "Enhance your Instagram experience with Reels Master - download reels, seek through videos, and more!",
|
||||
"background": {
|
||||
"service_worker": "background/background.js"
|
||||
},
|
||||
"homepage_url": "https://shiftyspace.ru",
|
||||
"author": "ShiftyX1",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://*.instagram.com/*"],
|
||||
"js": ["content/content.js"],
|
||||
"css": ["assets/content.css"],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
],
|
||||
"permissions": ["storage", "downloads"],
|
||||
"host_permissions": ["*://*.instagram.com/*", "*://*.cdninstagram.com/*", "https://i.instagram.com/*", "*://*.fbcdn.net/*"],
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "reels-master@shiftyspace.ru",
|
||||
"strict_min_version": "121.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user