{
|
|
"name": "slashfind",
|
|
"version": "1.0",
|
|
"description": "Find in page with the slash key.",
|
|
"icons": {
|
|
"16": "icon16.png",
|
|
"48": "icon48.png",
|
|
"128": "icon128.png"
|
|
},
|
|
"permissions": ["tabs"],
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"css": ["search.css"],
|
|
"js": ["search.js"]
|
|
}
|
|
]
|
|
}
|