Fashion It

Fashion It

See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fashion It",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "See a garment online and want to put it together offline? Visually search for a sewing pattern with Fashion It.",
  "homepage_url": "https://gofashionit.github.io/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Fashion It"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "https://*/*",
    "http://*/*",
    "contextMenus",
    "tabs"
  ]
}