fix permissions

This commit is contained in:
Arjun 2026-02-18 10:24:29 +05:30
parent a04ea1b92c
commit e314a83e2e

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Rowboat Browser Capture", "name": "Rowboat Browser Capture",
"version": "1.1.0", "version": "1.1.1",
"description": "Allows users to save and capture web page content to their Rowboat workspace.", "description": "Allows users to save and capture web page content to their Rowboat workspace.",
"icons": { "icons": {
"16": "icons/icon16.png", "16": "icons/icon16.png",
@ -12,8 +12,7 @@
"permissions": [ "permissions": [
"tabs", "tabs",
"scripting", "scripting",
"activeTab", "activeTab"
"storage"
], ],
"host_permissions": [ "host_permissions": [
"http://*/*", "http://*/*",