1
0
mirror of https://gitlab.com/mickie1/share-freedom-extension synced 2025-06-27 09:03:15 +02:00

Update version and permissions in manifest.json

This commit is contained in:
mickie
2022-01-13 21:26:55 -06:00
parent 5411b1d3c6
commit e051e00899
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "Fedishare",
"version": "0.9.0",
"version": "0.9.1",
"description": "Share the current tab on the fediverse",
"permissions": ["tabs", "activeTab", "https://*/*", "storage"],
"permissions": ["activeTab", "storage"],
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",