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 5b5fde1a93 add r2 sound
2021-07-03 20:56:31 -05:00

27 lines
678 B
JSON

{
"name": "AskAssist",
"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/beep.mp3",
"./assets/chirp.mp3",
"./assets/rick.mp3",
"./assets/r2d2.mp3",
"toolbar.html"
],
"content_scripts": [
{
"matches": ["https://app.slack.com/client/TLXH0JYKB/*"],
"js": ["script_foreground.js"],
"css": ["styles.css"]
}
],
"manifest_version": 2
}