Etsy to Shopify

Etsy to Shopify

Copy and paste Etsy customer address to Shopify

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Etsy to Shopify",
  "version": "1.0.7",
  "description": "Copy and paste Etsy customer address to Shopify",
  "author": "John Adams",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "64": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "incognito": "spanning",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "MerchGeek v1.0.7"
  },
  "manifest_version": 2
}