You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
328 B
21 lines
328 B
![]()
3 years ago
|
{
|
||
|
|
||
|
"manifest_version": 2,
|
||
|
"name": "Borderify",
|
||
|
"version": "1.0",
|
||
|
|
||
|
"description": "Adds a solid red border to all webpages matching mozilla.org.",
|
||
|
|
||
|
"icons": {
|
||
|
"48": "icons/border-48.png"
|
||
|
},
|
||
|
|
||
|
"content_scripts": [
|
||
|
{
|
||
|
"matches": ["*://*.mozilla.org/*"],
|
||
|
"js": ["public/main.bundle.js"]
|
||
|
}
|
||
|
]
|
||
|
|
||
|
}
|