Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. {
  2.     "name": "Lifehacker.ru",
  3.     "description": "A blog about productivity, life, health and sports, and of course on how to use computers, websites and technology.",
  4.     "browser_action": {
  5.         "default_icon": {
  6.             "38": "icon.png"
  7.             },
  8.         "default_title": "Lifehacker.ru",
  9.         "default_popup": "labnol.html"
  10.     },
  11.     "manifest_version": 2,
  12.     "update_url": "http://clients2.google.com/service/update2/crx",
  13.     "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  14.     "version": "0.1"
  15. }