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": "PSX Wallet: PSX Portfolio Tracker & Real-Time Alerts",
"version": "1.1",
"description": "Manage your PSX portfolio like a pro. Track real-time prices, calculate P&L, set alerts, and analyze stocks with PSX Wallet.",
"permissions": [
"storage",
"activeTab",
"alarms",
"notifications"
],
"host_permissions": [
"https:\/\/psx.sourcescraper.com\/*"
],
"action": {
"default_title": "Open Watchlist",
"default_icon": {
"128": "icons\/icon128.png"
}
},
"icons": {
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
}
}