Reviewed By: antonk52 Differential Revision: D33740271 fbshipit-source-id: d64e684957714271286034edf3a2aa5ea9e404f3
30 lines
613 B
JSON
30 lines
613 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-device-cpu",
|
|
"id": "DeviceCPU",
|
|
"pluginType": "device",
|
|
"supportedDevices": [
|
|
{
|
|
"os": "Android",
|
|
"type": "physical",
|
|
"archived": false
|
|
}
|
|
],
|
|
"version": "0.0.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"peerDependencies": {
|
|
"flipper-plugin": "*"
|
|
},
|
|
"title": "CPU",
|
|
"icon": "underline",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/flipper/issues"
|
|
},
|
|
"dependencies": {}
|
|
}
|