WhatsHare

WhatsHare

Share links and text with friends through your Android devices

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WhatsHare",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "version": "1.2.8",
  "icons": {
    "128": "icon.png"
  },
  "options_page": "qr.html",
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "contextMenus",
    "tabs",
    "https://android.googleapis.com/gcm/*",
    "https://www.googleapis.com/urlshortener/*",
    "storage",
    "notifications",
    "pushMessaging"
  ],
  "web_accessible_resources": [
    "icon.png",
    "alert.png",
    "qr.html"
  ]
}