LovePlanet

LovePlanet

Allows you to instantly view photos and notification of new messages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "version": "3.5.2",
  "description": "__MSG_description__",
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "ru",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "name": "__MSG_name__",
    "default_icon": "icon19.png"
  },
  "permissions": [
    "cookies",
    "tabs",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "css": [
        "popup.css"
      ],
      "js": [
        "jquery.js",
        "popup.js",
        "common.js"
      ]
    }
  ],
  "manifest_version": 2
}