Location Notifications - GPlus Provider

Location Notifications - GPlus Provider

Location provider for Location Notifications (Ex) using Google+ 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 - GPlus Provider",
  "short_name": "LoNo-GPlus",
  "version": "1.1.2017.11110",
  "description": "Location provider for Location Notifications (Ex) using Google+ location sharing.",
  "icons": {
    "16": "Icon16.png",
    "48": "Icon48.png",
    "128": "Icon128.png"
  },
  "background": {
    "scripts": [
      "/background.js"
    ]
  },
  "permissions": [
    "background"
  ],
  "web_accessible_resources": [
    "/Icon128.png",
    "/Icon128_grey.png"
  ]
}