53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
|
|
"manifest_version": 2,
|
|
"name": "SOMtodayn't",
|
|
"version": "1.20",
|
|
"author": "McArn",
|
|
|
|
"description": "Changes the slogan on the login page of the school management system SOMtoday.",
|
|
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "arne@arnweb.nl"
|
|
}
|
|
},
|
|
|
|
"icons": {
|
|
"25" : "assets/icons/25.png",
|
|
"32" : "assets/icons/32.png",
|
|
"48": "assets/icons/48.png"
|
|
},
|
|
|
|
"background": {
|
|
"persistent": true,
|
|
"scripts": [
|
|
"vendor/browser-polyfill.js",
|
|
"background/js/index.js"
|
|
]
|
|
},
|
|
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"32" : "assets/icons/32.png",
|
|
"25" : "assets/icons/25.png"
|
|
},
|
|
"default_title": "SOMtodayn't",
|
|
"default_popup": "popup/html/index.html"
|
|
},
|
|
|
|
"web_accessible_resources": [
|
|
"content/css/index.css"
|
|
],
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*.somtoday.nl/*"],
|
|
"js": [
|
|
"vendor/browser-polyfill.js",
|
|
"content/js/index.js"
|
|
]
|
|
}
|
|
]
|
|
|
|
} |