focalboard/experiments/webext/.parcelrc
Johannes Marbach 11c667b9bf
[GH-438] Add basic web cliper browser extension (#1582)
This adds a rudimentary web clipper browser extension. It allows to save
page titles and URLs into cards. URLs will be written into the first
found card property of type 'url' (if any).

Relates to: #438
2021-11-08 16:07:08 -08:00

4 lines
47 B
Plaintext

{
"extends": "@parcel/config-webextension"
}