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": "Bulk URL Opener", "short_name": "Open URLs", "version": "1.0.0.1", "manifest_version": 2, "homepage_url": "http:\/\/melanto.com\/apps\/bulk-url-opener\/", "description": "Open multiple URLs at once", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "windows", "clipboardRead", "clipboardWrite" ], "incognito": "spanning", "app": { "launch": { "local_path": "index.html" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "offline_enabled": true }