summaryrefslogtreecommitdiff
path: root/fig-frontend-client/extension/manifest.dhall
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-05 02:59:06 -0500
committerLLLL Colonq <llll@colonq>2024-11-05 02:59:06 -0500
commitc8e4f88739d52717de9e5faea4e752918e6457b3 (patch)
treecae66186cbb569026ddc90e4d6573e020435c08a /fig-frontend-client/extension/manifest.dhall
parente1a38bb1fa9bd08633c4e760997ee5571a962505 (diff)
Move frontend out of repo
Diffstat (limited to 'fig-frontend-client/extension/manifest.dhall')
-rw-r--r--fig-frontend-client/extension/manifest.dhall30
1 files changed, 0 insertions, 30 deletions
diff --git a/fig-frontend-client/extension/manifest.dhall b/fig-frontend-client/extension/manifest.dhall
deleted file mode 100644
index cf9e7a1..0000000
--- a/fig-frontend-client/extension/manifest.dhall
+++ /dev/null
@@ -1,30 +0,0 @@
-{ manifest_version = 2
-, name = "computerspotting"
-, version = "1.0"
-, description = "spot the computer"
-, icons =
- [ { mapKey = "48", mapValue = "assets/mrgreen.png" }
- ]
-, web_accessible_resources =
- [ "mrgreen.png"
- , "mrblue.png"
- ]
-, permissions =
- [ "webRequest"
- , "webRequestBlocking"
- , "tabs"
- , "cookies"
- , "*://*.twitch.tv/*"
- , "*://api.colonq.computer/*"
- ]
-, background =
- { scripts = ["background.js"]
- }
-, content_scripts =
- [ { matches = ["*://*.twitch.tv/*"]
- , js = ["config.js", "main.js"]
- , css = ["main.css"]
- , run_at = "document_end"
- }
- ]
-} \ No newline at end of file