aboutsummaryrefslogtreecommitdiff
path: root/types/dev
diff options
context:
space:
mode:
Diffstat (limited to 'types/dev')
-rw-r--r--types/dev/manifest.d.ts6
1 files changed, 4 insertions, 2 deletions
diff --git a/types/dev/manifest.d.ts b/types/dev/manifest.d.ts
index 4fdf3b14..e455208f 100644
--- a/types/dev/manifest.d.ts
+++ b/types/dev/manifest.d.ts
@@ -15,8 +15,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-export type Manifest = {
- manifest: chrome.runtime.Manifest;
+export type Manifest = chrome.runtime.Manifest;
+
+export type ManifestConfig = {
+ manifest: Manifest;
defaultVariant: string;
variants: ManifestVariant[];
};