French digital nomads map update

French digital nomads map update

Send an daily request to french nomad map, to update your location

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "French digital nomads map update",
  "description": "Send an daily request to french nomad map, to update your location",
  "version": "1.0.0",
  "permissions": [
    "storage",
    "alarms",
    "background",
    "geolocation",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "icons": {
    "160": "icon.png"
  }
}