diff --git a/app/manifest.json b/app/manifest.json index 628e3af..aaf1a32 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -125,9 +125,11 @@ "debugger", "scripting", "notifications", - "activeTab" + "activeTab", + "userScripts" ], "host_permissions": ["*://*/*"], + "user_scripts": { }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' https://cdn.materialdesignicons.com https://cdn.jsdelivr.net;" }, diff --git a/app/options/options.vue b/app/options/options.vue index a2ed402..be29008 100644 --- a/app/options/options.vue +++ b/app/options/options.vue @@ -39,6 +39,14 @@ + + In order for JavaScript actions to work, you must first enable Developer Mode in your browser extension settings. Follow the instructions here, then come back and save your shortcuts. + +