LiveInternet.Blogs Offline

LiveInternet.Blogs Offline

Read, write and comment posts of liveinternet.ru blogs in offline

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "fullscreen.html?view=start"
    }
  },
  "background": {
    "page": "background.html"
  },
  "default_locale": "ru",
  "name": "__MSG_extension_title__",
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "images/icons/16.png",
    "48": "images/icons/48.png",
    "128": "images/icons/128.png"
  },
  "minimum_chrome_version": "17.0.0.0",
  "offline_enabled": true,
  "permissions": [
    "cookies",
    "background",
    "unlimitedStorage",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "http://*/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "version": "1.0.22"
}