{ "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"] } }