mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
import { createManifest } from '../../lib/createManifest'
|
|
import baseManifest from './manifest.json'
|
|
|
|
export const edge = createManifest(baseManifest, 'edge')
|