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",
"description": "Manage wishlists across platforms with ease.",
"version": "0.1.8",
"manifest_version": 3,
"default_locale": "en",
"name": "Listful: Wishlist Maker & Shopping",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "images\/logo.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"devtools_page": "devtools.html",
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"ids": [
"cclfonecdokfcckdjngehjhljdijbcpg"
],
"matches": [
"https:\/\/*.listful.com\/*"
]
},
"icons": {
"48": "images\/logo.png",
"96": "images\/icon-96.png",
"128": "images\/icon-128.png",
"256": "images\/icon-256.png",
"512": "images\/icon-512.png"
},
"permissions": [
"activeTab",
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/listful.com\/*"
],
"dependencies": {
"firebase": "10.12.1"
}
}