Improve a bit firebase detection (#2149)

* Improve a bit firebase detection

- Improve the `script` thingy
- http -> https

* Add a `js` pattern
main
jvoisin 7 years ago committed by Elbert Alias
parent 4cebd35c2c
commit 80064f8e42

@ -3055,9 +3055,12 @@
"cats": [
34
],
"js": {
"firebase.SDK_VERSION": "([\\d.]+)$\\;version:\\1"
},
"icon": "Firebase.png",
"script": "firebase.*\\.js",
"website": "http://firebase.com"
"script": "/(?:([\\d.]+)/)?firebase(?:\\.min)?\\.js\\;version:\\1",
"website": "https://firebase.com"
},
"Fireblade": {
"cats": [

Loading…
Cancel
Save