Files
accounted/extensions/general/tic/manifest.json
T
34b677b02c chore(ui): retire the Building2 icon app-wide (#2235)
Founder request from the register walkthrough. Suppliers (nav, command
palette, empty state) use Truck; company and company-scoped surfaces
(active company badge, invite, home signpost, SIE preview, template
scopes, TIC workspace and its manifest) use Briefcase; the two bank
contexts use Landmark. The extension icon resolver no longer maps
Building2; the generated sector definitions follow the manifest.

Co-authored-by: Jakob Wennberg <311770904+jakobwennberg-oss@users.noreply.github.com>
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-03 20:02:14 +02:00

27 lines
901 B
JSON

{
"id": "tic",
"sector": "general",
"exportName": "ticExtension",
"entryPoint": "@/extensions/general/tic",
"workspace": "@/components/extensions/general/TicWorkspace",
"requiredEnvVars": ["TIC_API_PROXY_URL"],
"optionalEnvVars": [],
"npmDependencies": [],
"definition": {
"name": "Bolagsuppgifter",
"category": "import",
"icon": "Briefcase",
"dataPattern": "manual",
"hasOwnData": true,
"description": "Hämta företagsinformation automatiskt vid registrering",
"longDescription": "Fyll i företagsuppgifter automatiskt genom att ange organisationsnummer. Hämtar adress, momsregistrering, F-skattestatus och bankuppgifter från offentliga register via TIC.",
"quickAction": {
"label": "Företagsprofil",
"description": "Visa offentliga uppgifter",
"icon": "Briefcase",
"href": "/e/general/tic",
"order": 10
}
}
}