commit fb7faeb00fa3ecbdfa1dbd23bd8eac8e2a92751c Author: Quentin Dufour Date: Wed Mar 23 15:20:37 2022 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp diff --git a/icons/fanzine-32.png b/icons/fanzine-32.png new file mode 100644 index 0000000..ec7d618 Binary files /dev/null and b/icons/fanzine-32.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..9ed871c --- /dev/null +++ b/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "Fanzine", + "description": "Publiez sur la toile", + "version": "0.1", + "manifest_version": 2, + "browser_action": { + "default_icon": "icons/fanzine-32.png", + "default_title": "Fanzine", + "default_popup": "popup/choose_action.html#home" + }, + "browser_specific_settings": { + "gecko": { + "id": "fanzine@deuxfleurs.fr" + } + } + +} diff --git a/popup/choose_action.html b/popup/choose_action.html new file mode 100644 index 0000000..0e17b6e --- /dev/null +++ b/popup/choose_action.html @@ -0,0 +1,64 @@ + + + + + + + +
+ + + + + + +
+ +
+ +
+ + +