refactor: clipper screenshot (#2325)

This commit is contained in:
Aman Harwara
2023-05-05 20:12:44 +05:30
committed by GitHub
parent 313ce08c15
commit 2b845e814e
8 changed files with 65 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Standard Notes Clipper",
"description": "Web clipper for Standard Notes",
"permissions": ["activeTab", "storage"],
"permissions": ["activeTab", "storage", "<all_urls>"],
"browser_action": {
"default_popup": "popup/index.html?route=extension"
},