Skip to content

Commit ee57204

Browse files
committed
Fix: Clear history functionality
1 parent f1bd721 commit ee57204

File tree

4 files changed

+543
-440
lines changed

4 files changed

+543
-440
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "toggle-experiment",
33
"displayName": "Toggle Experiment",
44
"description": "A browser extension to inject the LocalStorage of a website for Optimizely experiments.",
5-
"version": "0.6.4",
5+
"version": "0.6.5",
66
"author": "Aaron van den Berg",
77
"homepage": "https://aaronvandenberg.nl/",
88
"scripts": {
@@ -37,6 +37,7 @@
3737
"https://*/*"
3838
],
3939
"permissions": [
40+
"contextMenus",
4041
"scripting"
4142
]
4243
},

0 commit comments

Comments
 (0)