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": "WishlistX: Digital Wishlist & Gift Registry",
"version": "1.1.0",
"description": "Digital Wishlist for Birthdays, Events, Christmas & Online Shopping.",
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*.png",
"index.js",
"*.js",
"*.css"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.wishlistx.de\/*",
"https:\/\/*.savestrike.de\/*",
"http:\/\/localhost:3000\/*",
"http:\/\/localhost:3001\/*"
]
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}