Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Wishabily - Simplifie la gestion de vos listes de souhaits",
"version": "1.0",
"description": "Cr\u00e9ez et g\u00e9rez vos listes de souhaits depuis n'importe quel site marchand. Ajoutez, triez et partagez vos produits sur Wishabily.fr",
"author": "Hubert Giorgi",
"permissions": [
"activeTab",
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>",
"https:\/\/www.wishabily.fr\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon128.png",
"48": "icons\/icon128.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon128.png",
"48": "icons\/icon128.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"background": {
"service_worker": "dist\/background.js"
}
}