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",
"name": "Topick - All Your Wishlists, One Place!",
"description": "Save an item to your Wishlist",
"version": "1.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_title": "Topick - All Your Wishlists, One Place!"
},
"icons": {
"16": "\/images\/topick_logo_16.png",
"48": "\/images\/topick_logo_48.png",
"128": "\/images\/topick_logo_128.png"
}
}