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": "Fluo: Universal Shopping Wishlist",
"version": "1.1",
"description": "Save and organize your shopping wishlist effortlessly. Fluo helps you scrape and save product info into your account.",
"permissions": [
"activeTab",
"storage",
"tabs"
],
"icons": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"192": "assets\/icon192.png",
"512": "assets\/icon512.png"
},
"action": {
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "background\/background.bundle.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content\/content.bundle.js"
],
"css": [
"content\/content.css"
]
}
],
"options_page": "options\/options.html"
}