Foxmosa

Foxmosa

Foxmosa is from Taiwan. She loves to surf the Internet. With this add-on, you could play with her when you are browsing websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "51.0"
    }
  },
  "manifest_version": 2,
  "name": "Foxmosa",
  "version": "0.6.1resigned1",
  "description": "Foxmosa is with you.",
  "homepage_url": "https://moztw.org/foxmosa",
  "icons": {
    "48": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "match_about_blank": true,
      "all_frames": false,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "css": [
        "foxmosa.css"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}