Skip to content

Commit

Permalink
Fix: Clear history functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron5670 committed Mar 15, 2023
1 parent f1bd721 commit ee57204
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 440 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "toggle-experiment",
"displayName": "Toggle Experiment",
"description": "A browser extension to inject the LocalStorage of a website for Optimizely experiments.",
"version": "0.6.4",
"version": "0.6.5",
"author": "Aaron van den Berg",
"homepage": "https://aaronvandenberg.nl/",
"scripts": {
Expand Down Expand Up @@ -37,6 +37,7 @@
"https://*/*"
],
"permissions": [
"contextMenus",
"scripting"
]
},
Expand Down
Loading

0 comments on commit ee57204

Please sign in to comment.