1
0
mirror of https://github.com/elisspace/AskAssist.git synced 2026-08-29 15:33:47 +00:00
Files
AskAssist/manifest.json
Jeremy Dixon 18f1f240bc first commit
2021-01-17 21:25:11 -06:00

26 lines
663 B
JSON

{
"name": "AskBCS Assistant",
"version": "1.0",
"description": "",
"icons": {
"16": "./assets/icons/icon16.png",
"48": "./assets/icons/icon48.png",
"128": "./assets/icons/icon128.png" },
"background": {
"scripts": ["script_background.js"]
},
"web_accessible_resources": [
"./assets/alert0.mp3",
"./assets/alert1.mp3",
"./assets/alert2.mp3",
"toolbar.html"
],
"content_scripts": [
{
"matches": ["https://app.slack.com/client/TLXH0JYKB/*"],
"js": ["script_foreground.js"],
"css": ["styles.css"]
}
],
"manifest_version": 2
}