mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-21 21:23:06 -05:00
a079f168df
* metricts-sentry * fixes * refactor * mixpanel integration * improvements * improvements * fixes * changeset * fixes * fixes * Update .changeset/few-scissors-sleep.md Co-authored-by: Jordi Sala Morales <jordism91@gmail.com> * Update manifest.json Co-authored-by: Jordi Sala Morales <jordism91@gmail.com> * Update vite.config.ts Co-authored-by: Jordi Sala Morales <jordism91@gmail.com> * fixes * fixes * fixes * lint --------- Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
17 lines
537 B
JSON
17 lines
537 B
JSON
{
|
|
"name": "Penpot Exporter",
|
|
"id": "1219369440655168734",
|
|
"api": "1.0.0",
|
|
"main": "dist/code.js",
|
|
"ui": "dist/index.html",
|
|
"editorType": ["figma"],
|
|
"networkAccess": {
|
|
"allowedDomains": [
|
|
"https://o4508183201316864.ingest.de.sentry.io",
|
|
"https://api-js.mixpanel.com"
|
|
],
|
|
"reasoning": "We use Sentry and Mixpanel to monitor the performance of the plugin and get information about errors to continue improving the experience."
|
|
},
|
|
"permissions": ["currentuser"],
|
|
"documentAccess": "dynamic-page"
|
|
}
|