mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
adding start/stop/pause/resume functionality
This commit is contained in:
parent
b1c9b26e23
commit
cd2de15b2b
5 changed files with 104 additions and 49 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Cl1ck Gu1de",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"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", "tabs"],
|
||||
"permissions": ["scripting", "activeTab", "downloads", "tabs", "storage"],
|
||||
"host_permissions": ["<all_urls>"],
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue