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": "youRoom Notify", "description": "youRoom\u3067\u6295\u7a3f\u3055\u308c\u305f\u3089\u901a\u77e5\u3057\u3066\u304f\u308c\u305f\u308a\u3001\u30a8\u30f3\u30c8\u30ea\u30fc\u3092\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3057\u305f\u308a\u3067\u304d\u308b", "version": "0.0.2.0", "manifest_version": 2, "background": { "page": "html\/background.html" }, "options_page": "html\/options\/config.html", "browser_action": { "default_title": "youRoom Notify", "default_icon": "images\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youroom.in\/r\/*" ], "js": [ "js\/jquery.min.js", "js\/content_scripts.js" ] } ], "permissions": [ "notifications", "tabs", "https:\/\/www.youroom.in\/*", "https:\/\/youroom.in\/oauth\/request_token", "https:\/\/youroom.in\/oauth\/authorize", "https:\/\/youroom.in\/oauth\/access_token", "https:\/\/www.youroom.in\/oauth\/request_token", "https:\/\/www.youroom.in\/oauth\/authorize", "https:\/\/www.youroom.in\/oauth\/access_token" ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "chrome_ex_oauth.html" ] }