aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/manifest.json b/manifest.json
deleted file mode 100644
index a57b67e..0000000
--- a/manifest.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Netflix No Skip",
- "description": "Don't skip intros, recaps, or credits",
- "version": "0.0.1",
-
- "applications": {
- "gecko": {
- "id": "com.teddywing@netflix-no-skip"
- }
- },
-
- "content_scripts": [
- {
- "matches": [
- "https://www.netflix.com/watch/*"
- ],
- "js": ["content.js"]
- }
- ],
-
- "background": {
- "scripts": ["background.js"]
- }
-}