ConCat - Help copy and paste on web pages

ConCat - Help copy and paste on web pages

This extension helps copy and paste by copying repeating elements on a web page together

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ConCat - Help copy and paste on web pages",
  "version": "1.0.0.1",
  "description": "This extension helps copy and paste by copying repeating elements on a web page together",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "web_accessible_resources": [
    "static/css/content.css"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "static/js/background.js"
    ],
    "persistent": false
  }
}