Summary: Plugin metadata format extended to include type of each plugin (client / device) and list of supported devices (android/ios/..., emulator/physical, etc). This will allow to detect plugins supported by device even if they are not installed and only available on Marketplace. Reviewed By: mweststrate Differential Revision: D26073531 fbshipit-source-id: e331f1be1af1046cd4220a286a1d52378c26cc53
22 lines
494 B
JSON
22 lines
494 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-hermesdebuggerrn",
|
|
"id": "Hermesdebuggerrn",
|
|
"pluginType": "device",
|
|
"supportedDevices": [
|
|
{"os": "Metro", "archived": false}
|
|
],
|
|
"version": "0.0.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"title": "Hermes Debugger (RN)",
|
|
"icon": "code",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"bugs": {
|
|
"email": "rickhanlonii@fb.com"
|
|
}
|
|
}
|