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": "ElvenAssist",
"version": "5.8.6",
"description": "A comprehensive unofficial toolkit for Elvenar featuring a live city planner, inventory manager, and FA tracker.",
"permissions": [
"storage",
"webRequest"
],
"host_permissions": [
"https:\/\/*.elvenar.com\/*",
"https:\/\/*.innogamescdn.com\/*"
],
"background": {
"service_worker": "elvenassist-service-worker.bundle.js"
},
"action": {
"default_title": "(Click to show tab)"
},
"web_accessible_resources": [
{
"resources": [
"icon32.png",
"sprite.png",
"elvenassist-inject.bundle.js"
],
"matches": [
"https:\/\/*.elvenar.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*.elvenar.com\/*"
],
"js": [
"elvenassist-vendors.bundle.js",
"elvenassist-overlay.bundle.js"
],
"run_at": "document_idle"
}
],
"icons": {
"32": "icon32.png"
}
}