The “data_collection_permissions” property is missing.
{
“manifest_version”: 3,
“name”: “Steam Custom Wallet”,
“version”: “1.0.0”,
“description”: “Add custom amounts to your Steam wallet on the add funds page”,
“author”: “Steam Custom Wallet”,
“browser_specific_settings”: {
“gecko”: {
“id”: “steam-custom-wallet@localhost”
}
},
“permissions”: [
“activeTab”,
“scripting”,
“storage”
],
“host_permissions”: [
" Welcome to Steam * "
],
“action”: {
“default_popup”: “popup.html”,
“default_title”: “Steam Custom Wallet”
},
“icons”: {
“16”: “icons/icon-16.png”,
“48”: “icons/icon-48.png”,
“128”: “icons/icon-128.png”
},
“content_scripts”: [
{
“matches”: [
" Steam Wallet - Add Funds ",
" Steam Wallet - Add Funds * "
],
“js”: [“content.js”],
“run_at”: “document_end”
}
]
}
See also:
And docs:
And lastly, when pasting code here, place triple backticks (```) on the line above and below the code, that will activate code format.