0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-20 06:22:38 -05:00
penpot-exporter-figma-plugin/manifest.json

18 lines
537 B
JSON
Raw Permalink Normal View History

2022-10-11 15:55:08 +02:00
{
"name": "Penpot Exporter",
"id": "1219369440655168734",
2022-10-11 15:55:08 +02:00
"api": "1.0.0",
"main": "dist/code.js",
2024-04-12 18:52:19 +02:00
"ui": "dist/index.html",
2024-04-18 15:51:06 +02:00
"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"],
2024-04-08 11:49:43 +02:00
"documentAccess": "dynamic-page"
2022-10-11 15:55:08 +02:00
}