Summary: Now we support splitting metadata to public and fb-internal (see the previous diff in the stack), and this diff actually cleans up all public plugin metadata from fb-specific things. Reviewed By: passy Differential Revision: D28568413 fbshipit-source-id: eae699eabaae489c4bcfbfcc407c3bef42bfd338
44 lines
801 B
JSON
44 lines
801 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-device-logs",
|
|
"id": "DeviceLogs",
|
|
"pluginType": "device",
|
|
"supportedDevices": [
|
|
{
|
|
"os": "Android",
|
|
"type": "emulator"
|
|
},
|
|
{
|
|
"os": "Android",
|
|
"type": "physical"
|
|
},
|
|
{
|
|
"os": "iOS",
|
|
"type": "emulator"
|
|
},
|
|
{
|
|
"os": "iOS",
|
|
"type": "physical"
|
|
},
|
|
{
|
|
"os": "Metro"
|
|
}
|
|
],
|
|
"version": "0.0.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {},
|
|
"peerDependencies": {
|
|
"flipper-plugin": "*"
|
|
},
|
|
"title": "Logs",
|
|
"icon": "arrow-right",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/flipper/issues"
|
|
}
|
|
}
|