Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Add to Giftster Wish List Registry",
"short_name": "Add to Giftster",
"description": "Add items from any store to your Giftster wish lists, including child account wish lists.",
"version": "3.0",
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"64": "images\/browser-icon-64.png"
},
"default_title": "Add gift ideas from any site to Giftster"
},
"host_permissions": [
"https:\/\/*.giftster.com\/*"
],
"icons": {
"128": "images\/giftster-extension-icon.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab"
]
}