0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-03 05:10:13 -05:00
penpot-exporter-figma-plugin/manifest.json
Alex Sánchez e58f9fe44e
fixes
2024-10-17 13:12:42 +02:00

13 lines
389 B
JSON

{
"name": "Penpot Exporter",
"id": "1219369440655168734",
"api": "1.0.0",
"main": "dist/code.js",
"ui": "dist/index.html",
"editorType": ["figma"],
"networkAccess": {
"allowedDomains": ["https://bam.eu01.nr-data.net"],
"reasoning": "We use New Relic to monitor the performance of our application and get errors information."
},
"documentAccess": "dynamic-page"
}