-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
123 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"manifest_version": 3, | ||
"name": "Oh My Wish Extension", | ||
"short_name": "Oh My Wish", | ||
"description": "Cette extension permet de rajouter facilement des souhaits sur le site de Oh My Wish", | ||
"version": "4.0.2", | ||
"author": "Anselme Chorein", | ||
"homepage_url": "https://ohmywish.me", | ||
"options_page": "options.html", | ||
"icons": { | ||
"16": "img/icon16.png", | ||
"48": "img/icon48.png", | ||
"64": "img/icon64.png", | ||
"128": "img/icon128.png" | ||
}, | ||
"action": { | ||
"default_icon": { | ||
"16": "img/icon16.png", | ||
"48": "img/icon48.png", | ||
"64": "img/icon64.png", | ||
"128": "img/icon128.png" | ||
}, | ||
"default_popup": "popup.html", | ||
"default_title": "Ajouter un souhait à votre liste Oh My Wish" | ||
}, | ||
"permissions": ["activeTab", "storage"], | ||
"host_permissions": ["https://api.ohmywish.me/*"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters