ToMovies

ToMovies

ToMovies brings you the latest online videos and movies from popular sites all in one place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ToMovies",
  "description": "ToMovies brings you the latest online videos and movies from popular sites all in one place",
  "version": "0.2",
  "author": "Ragavi",
  "browser_action": {
    "default_title": "Easy Access To Movies"
  },
  "icons": {
    "48": "data/icons/icon-48.png",
    "96": "data/icons/icon-96.png",
    "128": "data/icons/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://suggestqueries.google.com; object-src 'self'",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "query",
      "keyword": "lethona.com",
      "favicon_url": "https://search.lethona.com/lethona-favicon.png",
      "search_url": "https://search.lethona.com/find?q={searchTerms}",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "permissions": [
    "activeTab",
    "topSites",
    "management"
  ]
}