agora-ext/manifest.json

21 lines
332 B
JSON

{
"manifest_version": 2,
"name": "Agora",
"version": "1.0",
"description": "Replaces wiki style links with link to agora",
"icons": {
"48": "icons/border-48.png"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["jquery.js", "app.js"]
}
]
}