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": 3, "name": "Userback: Visual Feedback & Bug Reporting", "description": "Userback is a visual feedback & bug reporting tool for websites", "version": "6.0.9", "author": "Userback", "action": { "default_icon": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "96": "\/icons\/icon96.png", "128": "\/icons\/icon128.png", "256": "\/icons\/icon256.png" }, "default_title": "Userback", "default_popup": "index.html" }, "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "background": { "service_worker": "\/worker.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "\/vendor\/snap.svg-min.js" ] }, { "matches": [ "https:\/\/*.app.userback.io\/capture\/*", "https:\/\/*.app.userback.io\/viewer\/*" ], "js": [ "\/scripts\/content.js" ] }, { "matches": [ "https:\/\/app.userback.io\/login\/?redirect=extension", "https:\/\/app.userback.io\/sso\/callback\/*" ], "js": [ "\/scripts\/popup_login.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/vendor\/vumeter-processor.js" ], "matches": [ "https:\/\/userback.io\/*" ] } ], "permissions": [ "desktopCapture", "tabCapture", "notifications", "storage", "unlimitedStorage", "activeTab", "alarms", "tabs", "contextMenus", "scripting", "offscreen", "idle" ], "host_permissions": [ "*:\/\/*\/*" ] }