Make-One

Make-One

Make one Ravelry project from another

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Make-One",
  "version": "0.7",
  "description": "Make one Ravelry project from another",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "identity",
    "https://api.ravelry.com/*"
  ],
  "page_action": {
    "default_title": "Make-One",
    "default_popup": "popup.html"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "private-config.js",
      "ravelry-api.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}