The AutoSBC extension for Firefox
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "AutoSBC",
"version": "25.1.3",
"description": "The AutoSBC extension for Firefox",
"short_name": "AutoSBC",
"permissions": [
"storage",
"https://www.autosbc.app/*"
],
"content_scripts": [
{
"matches": [
"https://www.ea.com/ea-sports-fc/ultimate-team/web-app/*",
"https://www.ea.com/*/ea-sports-fc/ultimate-team/web-app/*"
],
"js": [
"inject.js",
"autosbc.js"
]
}
],
"icons": {
"16": "favicon16.png",
"48": "icon48.png",
"96": "icon96.png",
"128": "icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{a17ffa88-53a1-497c-8b60-6eecddf1dccd}"
}
}
}