Memo note

Memo note

It’s four words: notes for memo

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_title__",
  "version": "0.0.1",
  "description": "__MSG_description__",
  "author": "1qi1hui",
  "icons": {
    "16": "img/icon.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "notifications"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "__MSG_title__",
    "default_popup": "popup.html"
  },
  "default_locale": "en"
}