ListPush

ListPush

Перевести это

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "manifest.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "manifest.png",
    "48": "manifest.png",
    "128": "manifest.png"
  },
  "manifest_version": 2,
  "name": "ListPush",
  "description": "Перевести это",
  "short_name": "ListPush",
  "version": "1"
}