mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
create the screenshot functionality
This commit is contained in:
parent
3363ec9acf
commit
f32a3b56ce
4 changed files with 52 additions and 3 deletions
|
|
@ -3,7 +3,8 @@
|
|||
"name": "Cl1ck Gu1de",
|
||||
"version": "0.0.2",
|
||||
"description": "A browser add-on which records the steps clicked on a page and generates a easy to understand guide from it.",
|
||||
"permissions": ["scripting", "activeTab", "downloads", "tabCapture", "tabs"],
|
||||
"permissions": ["scripting", "activeTab", "downloads", "tabs"],
|
||||
"host_permissions": ["<all_urls>"],
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue