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": "Slash Agent", "version": "1.0.68", "description": "SlashRTC Agent App temp", "background": { "page": "background.html" }, "options_page": "", "permissions": [ "tabs", "cookies", "notifications", "<all_urls>", "storage", "contextMenus" ], "icons": { "128": "advImg\/slashRTCLogo_36x36.png" }, "browser_action": { "default_title": "SlashRTC", "default_popup": "config.html", "popup": "config.html", "default_icon": "advImg\/slashRTCLogo_36x36.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "css\/iframe.css" ], "js": [ "js\/jquery-2.1.4-updated.min.js", "js\/contentScript.js", "js\/autoLogin.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ "\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" }