Movescount Move Exporter

Movescount Move Exporter

Downloads any Move as GPX

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Movescount Move Exporter",
  "version": "1.0",
  "icons": {
    "16": "images/export16.png",
    "48": "images/export48.png",
    "128": "images/export128.png"
  },
  "description": "Downloads any Move as GPX",
  "permissions": [
    "declarativeContent",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_icon": "images/export.png",
    "default_title": "Export this move to GPX"
  },
  "manifest_version": 2
}