webRunes/Plus-WRIO-App

Save link protocol in the crossStorage

Closed this issue · 0 comments

Now in the crossStorage only domain names are saved

{
    "webrunes.com": {
        "name": "webRunes",
        "url": "webrunes.com",
        "order": 0
    },
    "wrioos.com": {
        "name": "WRIO OS",
        "url": "wrioos.com",
        "order": 1
    },
    "webrunes.com/blog.htm": {
        "name": "Blogs",
        "url": "webrunes.com/blog.htm",
        "author": "webrunes.com",
        "order": 2,
        "active": true
    },

}

Need to save protocol as well

{
    "webrunes.com": {
        "name": "webRunes",
        "url": "https://webrunes.com",
        "order": 0
    },

And use stored protocol when following the link