FK Sarajevo Home

FK Sarajevo Home

Sa ovim proširenjem postavljate home.fksarajevo.ba za vašu početnu stranicu i novu karticu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FK Sarajevo Home",
  "description": "Sa ovim proširenjem postavljate home.fksarajevo.ba za vašu početnu stranicu i novu karticu.",
  "version": "1.4",
  "chrome_settings_overrides": {
    "homepage": "http://home.fksarajevo.ba",
    "startup_pages": [
      "http://home.fksarajevo.ba"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "manifest_version": 2,
  "icons": {
    "128": "icon-128.png"
  }
}