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": "FUTGenie Extension",
"version": "2.1.0",
"description": "A web extension for FUTGenie functionality",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/www.ea.com\/*",
"https:\/\/ea.com\/*",
"https:\/\/futgenie.gg\/*",
"https:\/\/www.futgenie.gg\/*",
"https:\/\/oracle.futgenie.gg\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
"https:\/\/ea.com\/ea-sports-fc\/ultimate-team\/web-app\/*",
"https:\/\/www.ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*",
"https:\/\/ea.com\/*\/ea-sports-fc\/ultimate-team\/web-app\/*"
],
"js": [
"storage-adapter.js",
"content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"inject.js",
"styles\/futgenie.css",
"icons\/*.png",
"locales\/*.json"
],
"matches": [
"https:\/\/www.ea.com\/*",
"https:\/\/ea.com\/*"
]
}
],
"action": {
"default_title": "FutGenie Extension"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}