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": 2, "name": "BrowserStack Local", "description": "BrowserStack Local lets you test local servers & HTML, CSS and JS files in 700+ real desktop and mobile browsers, across 11 OSes.", "minimum_chrome_version": "31.0", "version": "16.8", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "app": { "background": { "scripts": [ "all.js" ] } }, "externally_connectable": { "matches": [ "https:\/\/*.bsstag.com\/*", "https:\/\/*.browserstack.com\/*" ] }, "permissions": [ { "socket": [ "tcp-connect", "tcp-listen" ] }, "https:\/\/*.bsstag.com\/*", "https:\/\/*.browserstack.com\/*", { "fileSystem": [ "write", "retainEntries", "directory" ] }, "clipboardWrite", "app.window", "storage" ] }