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": "TCG Hacker \u2013 One Piece & TCG Deals, Prices & ROI",
"version": "1.9.0",
"description": "Instantly see market prices, graded values, and investment scores for One Piece TCG cards while browsing eBay",
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/www.ebay.com\/*",
"https:\/\/ebay.com\/*",
"https:\/\/*.replit.dev\/*",
"https:\/\/*.replit.app\/*",
"https:\/\/tcghacker.com\/*",
"https:\/\/*.tcghacker.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/www.ebay.com\/itm\/*",
"https:\/\/ebay.com\/itm\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}