Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Extensions/combined/dist/firefox/manifest.json')
-rw-r--r--Extensions/combined/dist/firefox/manifest.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/Extensions/combined/dist/firefox/manifest.json b/Extensions/combined/dist/firefox/manifest.json
deleted file mode 100644
index c0f2941..0000000
--- a/Extensions/combined/dist/firefox/manifest.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Return YouTube Dislike",
- "description": "Returns ability to see dislikes",
- "version": "2.0.0.3",
- "manifest_version": 2,
- "background": {
- "scripts": ["ryd.background.js"]
- },
- "icons": {
- "48": "icons/icon48.png",
- "128": "icons/icon128.png"
- },
- "permissions": ["activeTab", "*://*.youtube.com/*", "storage"],
- "browser_action": {
- "default_popup": "popup.html"
- },
- "content_scripts": [
- {
- "matches": ["*://*.youtube.com/*"],
- "exclude_matches": ["*://*.music.youtube.com/*"],
- "run_at": "document_idle",
- "css": ["content-style.css"],
- "js": ["bundled-content-script.js"]
- }
- ]
-}