Programmes TV

Programmes TV

Recherche en ligne

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "author": "Programmes TV",
  "background": {
    "scripts": [
      "worker.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "scripts/site.js"
      ],
      "matches": [
        "*://*.telestar.fr/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "description": "Recherche en ligne",
  "icons": {
    "48": "icons/48x48.png",
    "96": "icons/96x96.png",
    "128": "icons/128x128.png"
  },
  "manifest_version": 2,
  "name": "Programmes TV",
  "version": "1.0.0.0",
  "chrome_settings_overrides": {
    "homepage": "https://www.home-fr.com/",
    "search_provider": {
      "name": "Recherche",
      "keyword": "Recherche",
      "search_url": "https://www.home-fr.com/search?q={searchTerms}",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}