mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-03-11 17:45:44 +00:00
Added Fallback if addon not found in metadata list
This commit is contained in:
parent
ffb9fdc557
commit
7bf9738ab0
1 changed files with 14 additions and 0 deletions
|
|
@ -27,6 +27,20 @@
|
|||
},
|
||||
"page": "popup.html"
|
||||
},
|
||||
"fallback": {
|
||||
"name": "",
|
||||
"extension_name": "",
|
||||
"logo": "",
|
||||
"description": "No description available.",
|
||||
"types": ["Browser Extension", "other"],
|
||||
"behaviorHints": {
|
||||
"configurable": true,
|
||||
"configurationRequired": false,
|
||||
"adult": false,
|
||||
"p2p": false
|
||||
},
|
||||
"page": ""
|
||||
},
|
||||
"domains": [
|
||||
"https://discord.com",
|
||||
"https://premid.app",
|
||||
|
|
|
|||
Loading…
Reference in a new issue