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": "Bugira - Bug Reporter for Jira & Notion", "short_name": "Bug-extension", "version": "1.2.9", "description": "Bugira saves time reporting bugs, by creating data rich bug reports directly into your Project management tools (Jira, Notion etc.)", "icons": { "16": "icons128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons128.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "audiosources.js", "audiosources.html", "script_injector.html" ], "permissions": [ "identity", "identity.email", "storage", "cookies", "<all_urls>", "desktopCapture" ], "action": [], "host_permissions": [ "https:\/\/*.bugira.co\/" ], "externally_connectable": { "matches": [ "*:\/\/*.bugira.co\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'", "oauth2": { "client_id": "698576814395-lo605i805nbjrbv319agb4jtdgq1213t.apps.googleusercontent.com", "scopes": [ "profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/drive" ] } }