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",
"name": "World Wide Wishlist",
"version": "1.1.4",
"manifest_version": 3,
"description": "Save any product from any website to one unified wishlist.",
"author": "Jan Plewa",
"minimum_chrome_version": "124",
"action": {
"default_icon": "images\/icon324.png",
"default_title": "Save to your World Wide Wishlist",
"default_popup": "html\/popup.html"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.mjs",
"type": "module"
},
"permissions": [
"contextMenus",
"storage",
"unlimitedStorage",
"activeTab",
"scripting",
"downloads"
],
"host_permissions": [
"https:\/\/www.ecb.europa.eu\/stats\/eurofxref\/eurofxref-daily.xml"
]
}