SteamDatabase / BrowserExtension

💻 SteamDB's extension for Steam websites
https://steamdb.info/extension/
BSD 3-Clause "New" or "Revised" License
776 stars 55 forks source link

Remove steamdb.localhost from Chrome Web Store build #68

Closed descear closed 4 years ago

descear commented 4 years ago

Version 2.6.0. Installed from the Chrome Web Store.

Was this a mistake?

Screenshot from 2020-07-04 11-19-14

Please delet this.

{
    // [...]
    "version": "2.6.0",
    // [...]
    "permissions": [
        // [...]
        "https://steamdb.localhost/",
        // [...]
    ],
    // [...]
    "content_scripts": [
        {
            "matches": [
                "https://steamdb.localhost/*",
                // [...]
            ],
            // [...]
        },
        // [...]
    ],
    // [...]
}
xPaw commented 4 years ago

Yes this was a mistake and I could not upload a fixed build because it was stuck in review.

https://twitter.com/thexpaw/status/1279133697183305729

I uploaded 2.6.1 which removes the uninteded permission and it is stuck in review again.

descear commented 4 years ago

I uploaded 2.6.1 which removes the uninteded permission and it is stuck in review again.

It's gone through now. Thanks.