mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-03 19:25:19 +02:00
fix permissions
This commit is contained in:
parent
a04ea1b92c
commit
e314a83e2e
1 changed files with 2 additions and 3 deletions
|
|
@ -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://*/*",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue