Dnevnik.bg

Dnevnik.bg

Тhe latest updates on politics, business, sports, entertainment and technology from one of Bulgaria's most trusted media brands.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Dnevnik.bg",
  "version": "0.4",
  "description": "Тhe latest updates on politics, business, sports, entertainment and technology from one of Bulgaria's most trusted media brands.",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "dnevnik.png",
    "32": "dnevnik32.png",
    "48": "dnevnik48.png",
    "128": "dnevnik128.png"
  },
  "browser_action": {
    "default_icon": "dnevnik.png",
    "default_popup": "main.html"
  },
  "permissions": [
    "notifications",
    "http://www.dnevnik.bg/"
  ],
  "manifest_version": 2
}