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": "PoE2 Trade - Import Filter\/Price Checker",
"version": "1.2",
"description": "Import filter stats using the text output from the game's the CTRL + C option to the PoE2 Trade website",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*.pathofexile.com\/*"
],
"icons": {
"64": "icons\/icon64.png"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.pathofexile.com\/trade2*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"inject.js"
],
"matches": [
"<all_urls>"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "poe-import2tradeHE6KE7HOCC3TCS0AYA03@firefoxextension",
"strict_min_version": "58.0"
}
}
}