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": "TFT Trade Extension",
"description": "An extension which provides safer and easier trading in Path of Exile",
"version": "3.0.49",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_title": "Default Popup Title",
"default_popup": "popup.html"
},
"host_permissions": [
"https:\/\/poe.ninja\/*",
"https:\/\/raw.githubusercontent.com\/The-Forbidden-Trove\/*",
"https:\/\/forbiddentrove.com\/*"
],
"permissions": [
"sidePanel",
"storage",
"tabs",
"notifications"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"multiLiveSearchInjected.js",
"*.png"
]
},
{
"resources": [
"content-scripts\/trade.css"
],
"matches": [
"https:\/\/*.pathofexile.com\/*",
"https:\/\/poe.game.daum.net\/*",
"https:\/\/www.pathofexile.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.pathofexile.com\/account\/view-profile\/*",
"https:\/\/poe.game.daum.net\/account\/view-profile\/*",
"https:\/\/www.pathofexile.com\/account\/view-profile\/*"
],
"js": [
"content-scripts\/account.js"
]
},
{
"matches": [
"https:\/\/*.pathofexile.com\/guild\/*",
"https:\/\/*.pathofexile.com\/my-guild\/*",
"https:\/\/poe.game.daum.net\/guild\/*",
"https:\/\/poe.game.daum.net\/my-guild\/*",
"https:\/\/www.pathofexile.com\/guild\/*",
"https:\/\/www.pathofexile.com\/my-guild\/*"
],
"js": [
"content-scripts\/guild.js"
]
},
{
"matches": [
"https:\/\/*.pathofexile.com\/trade*",
"https:\/\/poe.game.daum.net\/trade*",
"https:\/\/www.pathofexile.com\/trade*"
],
"run_at": "document_idle",
"js": [
"content-scripts\/multiLiveSearch.js",
"content-scripts\/trade.js"
]
}
]
}