mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-31 19:15:17 +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,
|
||||
"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.",
|
||||
"icons": {
|
||||
"16": "icons/icon16.png",
|
||||
|
|
@ -12,8 +12,7 @@
|
|||
"permissions": [
|
||||
"tabs",
|
||||
"scripting",
|
||||
"activeTab",
|
||||
"storage"
|
||||
"activeTab"
|
||||
],
|
||||
"host_permissions": [
|
||||
"http://*/*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue