Skip to content

Commit

Permalink
Firefox port
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolykopyl committed Nov 25, 2021
1 parent 5f5e5d1 commit 37aa1bd
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"128": "assets/icons/icon128.png",
"48": "assets/icons/icon48.png"
},
"version": "1.3",
"version": "1.4",
"description": "Позволяет заглушить нежелаемых собеседников",
"permissions": [
"declarativeContent",
Expand All @@ -19,6 +19,11 @@
"page_action": {
"default_popup": "dist/popup.html"
},
"browser_action": {
"default_icon": "assets/icons/icon128.png",
"default_title": "VK Mute",
"default_popup": "dist/popup.html"
},
"manifest_version": 2,
"content_scripts": [
{
Expand All @@ -28,5 +33,11 @@
],
"web_accessible_resources": [
"assets/mute.png"
]
],
"browser_specific_settings": {
"gecko": {
"id": "{121ce430-bad8-4f6b-85ba-55635e87e57d}",
"strict_min_version": "48.0"
}
}
}

0 comments on commit 37aa1bd

Please sign in to comment.