Rafael Grigorian
Rafael Grigorian
Since new update to chrome adds context menu links when right clicking on popup menu, options link should be removed from context menu. 
This will involve converting the background script to a service worker. Also some minor manifest changes need to happen as well.
Check out specification: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie. Some examples include: - Cookie names prefixed with `__Secure` must have secure flag checked - Cookie names prefixed with `__Host` must have secure flag checked and...
Help users understand what a valid input should look like. The following should be linted on change and errors should be displayed in the input label: - Name - Path...