DesignerLogic Web Clipper

DesignerLogic Web Clipper

Clip product specs and images directly to your favorites board and projects in DesignerLogic.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DesignerLogic Web Clipper",
  "short_name": "DL Clipper",
  "version": "2.0.4",
  "manifest_version": 3,
  "description": "Clip product specs and images directly to your favorites board and projects in DesignerLogic.",
  "action": {},
  "icons": {
    "16": "logo.png",
    "192": "logo192.png",
    "500": "logo512.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "scripting",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  }
}