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",
"background": {
"service_worker": "background.js",
"type": "module"
},
"name": "Add to WishList.com Button",
"description": "WishList.com - A button for saving wishes from any website to your wishlist at WishList.com.",
"homepage_url": "https:\/\/www.wishlist.com",
"icons": {
"16": "WishListIcon-16.png",
"48": "WishListIcon-48.png",
"128": "WishListIcon-128.png"
},
"action": {
"default_icon": "WishListIcon-48.png"
},
"permissions": [
"activeTab",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"*.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"version": "2.9",
"manifest_version": 3
}