car2go drives exporter

car2go drives exporter

This extension adds a tool to easily export car2go drive history.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "https://www.car2go.com/*",
    "clipboardWrite",
    "declarativeContent"
  ],
  "page_action": {
    "default_name": "__MSG_popupDesc__",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "minimum_chrome_version": "28"
}