UNIAN

UNIAN

UNIAN news. Recent news from Ukraine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "js/jquery-1.12.4.min.js",
      "js/background.js",
      "js/main.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon48.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en_US",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "https://www.unian.net/",
    "https://www.unian.ua/",
    "https://www.unian.info/",
    "https://api.unian.net/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "web_accessible_resources": [
    "chrome.html"
  ]
}