Girl, I LOVE you!

Girl, I LOVE you!

Remind you that you are a wonderful person!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1",
  "permissions": [
    "http://ojes.de/"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "options_page": "options.html",
  "icons": {
    "16": "img/heart-icon.png",
    "48": "img/heart-icon.png",
    "128": "img/heart-icon.png"
  },
  "browser_action": {
    "default_icon": "img/heart-icon.png",
    "default_popup": "popup.html"
  }
}