Mini Kabibi Habibi

Current Path : C:/Program Files/Adobe/Adobe Creative Cloud/Extensions/WebFS/
Upload File :
Current File : C:/Program Files/Adobe/Adobe Creative Cloud/Extensions/WebFS/manifest.json

{
   "id":"com.adobe.ccd.extension.fs",
   "version":"1.0.0",
   "type":"hybrid",
   "native":{
      "interface":{
         "type":"napi",
         "version":"1"
      },
      "mac":{
         "entryPoint":"./native/web-fs.dylib"
      },
      "win":{
         "entryPoint":"./native/web-fs.dll"
      }
   },
   "js":{
      "interface":{
         "type":"es6",
         "version":"1"
      },
      "jsEntryPoint":"./js/fs_bundle.js",
      "jsInitFn":"initFileSystem"
   }
}