Meemo

Meemo

This extension allows to add the current page with notes into Meemo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Meemo",
  "description": "This extension allows to add the current page with notes into Meemo.",
  "homepage_url": "https://meemo.minimal-space.de",
  "icons": {
    "128": "logo.png"
  },
  "version": "0.2.0",
  "browser_action": {
    "default_title": "Meemo",
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "logo.png"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}