Prvi.tv

Pregled sadržaja najnovijih vijesti iz BiH, regije i svijeta
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Prvi.tv",
  "short_name": "Prvi.tv",
  "description": "Pregled sadržaja najnovijih vijesti iz BiH, regije i svijeta",
  "author": "4ANTS",
  "version": "0.1",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "app": {
    "launch": {
      "web_url": "http://prvi.tv"
    }
  },
  "permissions": [
    "notifications"
  ]
}