manifest.json
{
"manifest_version": 2,
"name": "Search Buff for Gamepedia",
"version": "1.0.0",
"description": "Search bar moves with you on Gamepedia and auto-focuses every time you return to the page.",
"icons": {
"96": "icons/x96_gamepedia.png",
"48": "icons/x48_gamepedia.png"
},
"content_scripts": [
{
"matches": [
"*://*.gamepedia.com/*"
],
"js": [
"/script/main.js"
]
}
],
"web_accessible_resources": ["style/main.css"]
}