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 Copy Button",
"version": "1.2",
"description": "Adds a copy button to specific objects on a webpage.",
"permissions": [
"clipboardWrite"
],
"host_permissions": [
"https:\/\/www.pathofexile.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.pathofexile.com\/*"
],
"js": [
"content.js"
]
}
]
}