Review Lens - Visual Feedback For UI Reviews

Review Lens - Visual Feedback For UI Reviews

Draw, annotate and comment directly on-top of your website's UI, then instantly post your feedback to a merge or pull request.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Review Lens - Visual Feedback For UI Reviews",
  "version": "1.0.6",
  "description": "Draw, annotate and comment directly on-top of your website's UI, then instantly post your feedback to a merge or pull request.",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {},
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}