mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-04-21 17:11:55 +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"
|
"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": [
|
"domains": [
|
||||||
"https://discord.com",
|
"https://discord.com",
|
||||||
"https://premid.app",
|
"https://premid.app",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue