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",
"$schema": "https:\/\/json.schemastore.org\/chrome-manifest.json",
"manifest_version": 3,
"name": "__MSG_extension_name__",
"version": "3.0.0",
"description": "__MSG_extension_description__",
"default_locale": "en",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/icon.png",
"128": "assets\/icon(128x128).png"
}
},
"background": {
"service_worker": "background.js"
},
"oauth2": {
"client_id": "81773434404-g7c224o55t7am8n88bcrs6jpem9nl150.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"permissions": [
"storage",
"unlimitedStorage",
"identity"
],
"web_accessible_resources": [
{
"resources": [
"assets\/*.svg",
"assets\/*.png",
"_locales\/**\/messages.json"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"https:\/\/www.pathofexile.com\/trade2\/*",
"https:\/\/jp.pathofexile.com\/trade2\/*",
"https:\/\/br.pathofexile.com\/trade2\/*",
"https:\/\/ru.pathofexile.com\/trade2\/*",
"https:\/\/th.pathofexile.com\/trade2\/*",
"https:\/\/de.pathofexile.com\/trade2\/*",
"https:\/\/fr.pathofexile.com\/trade2\/*",
"https:\/\/es.pathofexile.com\/trade2\/*",
"https:\/\/poe.game.daum.net\/trade2\/*",
"https:\/\/nerdhead-lab.github.io\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.pathofexile.com\/trade2\/*",
"https:\/\/jp.pathofexile.com\/trade2\/*",
"https:\/\/br.pathofexile.com\/trade2\/*",
"https:\/\/ru.pathofexile.com\/trade2\/*",
"https:\/\/th.pathofexile.com\/trade2\/*",
"https:\/\/de.pathofexile.com\/trade2\/*",
"https:\/\/fr.pathofexile.com\/trade2\/*",
"https:\/\/es.pathofexile.com\/trade2\/*",
"https:\/\/poe.game.daum.net\/trade2\/*"
],
"js": [
"content-script.js"
],
"css": [
"content-script.css"
]
}
],
"icons": {
"16": "assets\/icon.png",
"128": "assets\/icon(128x128).png"
}
}