Rush | Torrent Streaming Platform

Rush | Torrent Streaming Platform

Do you love streaming torrents but hate waiting for them to finish downloading? Introducing Rush, the ultimate Chrome extension for…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Ahmed Rana",
  "manifest_version": 2,
  "name": "Rush | Torrent Streaming Platform",
  "version": "0.1",
  "browser_action": {
    "default_icon": "./img/icon.png",
    "default_title": "Open Rush In New Tab !"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "./background/background.js"
    ],
    "persistent": false
  }
}