ponytownify - export and import

ponytownify - export and import

Export and import characters for pony town

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ponytownify - export and import ponies",
  "version": "1.0",
  "description": "Export and import characters for pony town",
  "icons": {
    "48": "icons/favicon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "48.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.pony.town/*"
      ],
      "js": [
        "ponytownify.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}