소스 검색

build: fix the id of the extension

Jocelyn Boullier 4 년 전
부모
커밋
cd662974f0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      extension/manifest.json

+ 1 - 0
extension/manifest.json

@@ -1,6 +1,7 @@
 {
   "manifest_version": 2,
   "name": "Pure Tabs",
+  "id": "774f8824-e08c-4412-8b02-686978de73f5",
   "description": "Tree tabs extension written in PureScript",
   "version": "0.1.0",
   "homepage_url": "https://github.com/Kazy",