Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BeatStats", "version": "2.0", "description": "Advanced insights added to BeatStars", "permissions": [ "identity", "storage" ], "web_accessible_resources": [ { "resources": [ "inject.js", "content.css", "mount.js", "*.js", "assets\/*.css" ], "matches": [ "*:\/\/*.beatstars.com\/*" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.beatstars.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_start" } ], "action": { "default_popup": "src\/popup\/popup.html" }, "icons": { "48": "logo.png" }, "oauth2": { "client_id": "2eg5gcfec1usm7pskl7sl6b1k0", "scopes": [ "email", "openid", "profile", "aws.cognito.signin.user.admin", "beatstats-api\/verify_license" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAloYDOOPFak2YBJW1EanS\/qZMbcQnGbeKKwf+DVA1oI7vP3gObjwiWQxH2HlzeknKDLlzos6F2rn+qnC5xNuas20o6Wumq+00bW2hyGxXojl88h6CqL0Z9EK3qPvZo7qVNGacPZz2JHWQhbMmhnraF5MfetunksVir4lsC\/CjJbp3GG9mkwjOo2OnMgSMQh4jO6IaXStmzF8AkaEZ9qSKIGcziahnB9IgkxG4zIVqpiepiwmlMuu5+20OnnKuzR4SPwkqrAJZyJpBEtLoIz3OcighjckKBTR5Y5YBCnTrjnmVfuTb2O0hmBSvhbo\/xvg8WhudwiQSLAHir1qM9\/i2AwIDAQAB" }