MyNotesApp

MyNotesApp

write notes, search youtube, search google, translate notes, open docs, send notes to gmail...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MyNotesApp",
  "version": "3.0",
  "description": "write notes, search youtube, search google, translate notes, open docs, send notes to gmail...",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "fondoIcon.png",
    "default_popup": "index.html"
  }
}