mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"title": "Servo Performance Comparison",
|
|
"name": "addon",
|
|
"version": "0.0.1",
|
|
"description": "Monitor website rendering performance",
|
|
"main": "index.js",
|
|
"author": "The Servo team",
|
|
"engines": {
|
|
"firefox": ">=38.0a1",
|
|
"fennec": ">=38.0a1"
|
|
},
|
|
"license": "MPL",
|
|
"keywords": [
|
|
"jetpack"
|
|
]
|
|
}
|