0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-21 21:23:06 -05:00
penpot-exporter-figma-plugin/manifest.json

18 lines
537 B
JSON
Raw Normal View History

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