Location Notifications (Ex)

Location Notifications (Ex)

Show notifications of your location sharing friends and more. (Supports Google Map location sharing)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Location Notifications (Ex)",
  "short_name": "LoNo",
  "version": "1.1.2017.11070",
  "description": "Show notifications of your location sharing friends and more. (Supports Google Map location sharing)",
  "icons": {
    "16": "Icon16.png",
    "48": "Icon48.png",
    "128": "Icon128.png"
  },
  "browser_action": {
    "default_icon": "Icon48.png"
  },
  "background": {
    "scripts": [
      "/loghelper.js",
      "/moment.js",
      "/background.js"
    ]
  },
  "options_page": "control.html",
  "permissions": [
    "notifications",
    "https://maps.googleapis.com/"
  ]
}