platypush-webext/src
Fabio Manganiello cd3d36dcb1 I HATE CHROME.
Chrome doesn't support more than 4 keybindings per extension nor
keybindings including the Alt key. The reasons are hysterically unknown.
Since I'm not going to drop features for Firefox users just because
Google developers decided to make life impossible for web extensions
developers, I'm going to keep two different manifest files for Firefox
and Chrome - and advise users NOT to use Chrome.
2020-08-11 19:41:17 +02:00
..
icons Added new icons 2020-06-30 18:20:33 +02:00
listeners Support for dynamic keybindings linked to actions/scripts 2020-07-13 01:39:59 +02:00
options Support for dynamic keybindings linked to actions/scripts 2020-07-13 01:39:59 +02:00
popup Support for editing actions and scripts 2020-06-29 20:26:58 +02:00
background.js Support for dynamic keybindings linked to actions/scripts 2020-07-13 01:39:59 +02:00
common.scss Added support for categories 2020-06-22 01:09:02 +02:00
content.js Refactored extension to avoid eval() and instead use executeScript and message communication 2020-07-04 00:56:33 +02:00
manifest-chrome.json I HATE CHROME. 2020-08-11 19:41:17 +02:00
manifest-firefox.json I HATE CHROME. 2020-08-11 19:41:17 +02:00
manifest.json I HATE CHROME. 2020-08-11 19:41:17 +02:00
script.js Added clipboard methods to the script API 2020-07-15 00:00:39 +02:00
utils.js Support for dynamic keybindings linked to actions/scripts 2020-07-13 01:39:59 +02:00