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", "name": "Workshop Toolbox", "version": "0.0.2", "description": "Toolbox for Steam Workshop modders. Create issues, quick replies and more straight from the workshop page.", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/sharedfiles\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "icons": { "128": "icons\/icon-128.png" }, "options_page": "options.html", "permissions": [ "storage", "identity" ], "web_accessible_resources": [ "icons\/github-inv.png", "icons\/reply.png" ], "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnY9LUhyzweAgViGYFdEHqtH1g51\/D3jDF9gAiFbXSgNoPm6FrdyF9MvBUMOlzRSPFGNBv8+DH5yHe\/SYqFve68iQ2uHNm+2aUa5obcCP0GIy1S+ypYAZyfxRfw40pVzWK\/lgkQxXDVO7RHiV\/tC6ulnghnfMzd8Gm7Xu5Ctk4G6ZhSBUvn3Mcg1c2MvhxyTC2Jlpi4xVvszP9ThjyfeGVc0Ndr9oUUeL5LISV8gHOWcwyIdUMsqC6Dosx+QP4VleBh3zppQcARHZcAuEUQD9e7ioK\/UBPXcoF8oKw\/FEkQ+59ywiqk1GpgxgxRvTWqJJi4vO0oJA8agqblNIOO0NXQIDAQAB" }