1
0
mirror of https://github.com/elisspace/AskAssist.git synced 2026-08-29 15:33:47 +00:00
Files
AskAssist/manifest.json
2021-01-19 22:19:26 -06:00

26 lines
651 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",
"toolbar.html"
],
"content_scripts": [
{
"matches": ["https://app.slack.com/client/TLXH0JYKB/*"],
"js": ["script_foreground.js"],
"css": ["styles.css"]
}
],
"manifest_version": 2
}