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": "PlayStation Store Wishlist",
"description": "Keep track of the games you want to buy on PlayStation Store and their prices.",
"version": "2.1.1",
"author": "imartyus",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_icon": {
"48": "ps-icon-48.png",
"128": "ps-icon-128.png"
}
},
"icons": {
"48": "ps-icon-48.png",
"128": "ps-icon-128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"activeTab",
"alarms",
"storage"
],
"host_permissions": [
"https:\/\/store.playstation.com\/*",
"https:\/\/www.playstation.com\/*"
]
}