AC Milan

AC Milan

Official AC Milan extension brings the latest news, highlights, interviews, images and exclusive content on your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "2.8.1",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icons/icon-16px.png",
    "32": "icons/icon-32px.png",
    "48": "icons/icon-96px.png",
    "128": "icons/icon-256px.png"
  },
  "chrome_url_overrides": {
    "newtab": "startpage.html#newTab"
  },
  "browser_action": {
    "default_title": "New Tab"
  },
  "permissions": [
    "topSites"
  ],
  "optional_permissions": [
    "history",
    "bookmarks",
    "chrome://favicon/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://*.acmilan.com/*"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Fansearch",
      "keyword": "fansearch",
      "encoding": "UTF-8",
      "is_default": true,
      "search_url": "https://www.fansearch.net/search?rtag=acm&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}",
      "favicon_url": "https://www.fansearch.net/favicon.ico",
      "suggest_url": "https://www.fansearch.net/suggest?rtag=acm&rsrc=o&q={searchTerms}&fmt=cr"
    }
  },
  "default_locale": "en"
}