Новости Omskpress.RU

Новости Omskpress.RU

Самые свежие и популярные новости Омска от РИА Омскпресс; погода в Омске на сутки.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Новости Omskpress.RU",
  "version": "1.0.1",
  "author": "Bezotechesky Ilia, Omsk",
  "description": "Самые свежие и популярные новости Омска от РИА Омскпресс; погода в Омске на сутки.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "notifications",
    "cookies",
    "http://omskpress.ru/*"
  ],
  "web_accessible_resources": [
    "icon48.png"
  ],
  "browser_action": {
    "default_title": "OmskPress.ru",
    "default_icon": "icon19.png",
    "default_popup": "popup.html"
  }
}