blob: c2b52616033c202f003804d1d3e97d8b37787ff7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "Page Benchmarker",
"version": "1.0",
"description": "Chromium Page Benchmarker.",
"toolstrips": [
"toolstrip.html"
],
"content_scripts": [
{
"matches": ["http://*/*"],
"js": ["script.js"]
}
]
}
|