You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
317 B
JSON

{
"manifest_version": 2,
"name" : "Carillon",
"version" : "1.0",
"description": "Carillon for webpages",
"icons" : {
"48": "icons/carillon.png"
},
"content_scripts": [
{
"matches": ["*://*.mozilla.org/*"],
"js": ["carillon.js"]
}
]
}