Screenler: Super Screenshots

Screenler: Super Screenshots

Visually bookmark, capture, edit & share screenshots from around the web instantly. Now with Stickers & Comments!!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Screenler: Super Screenshots",
  "short_name": "Screenler",
  "version": "2.0.0",
  "manifest_version": 3,
  "description": "Visually bookmark, capture, edit & share screenshots from around the web instantly. Now with Stickers & Comments!!!",
  "action": {
    "default_icon": "cam.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "cam16.png",
    "48": "cam48.png",
    "128": "cam.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}