MyFonts Search

MyFonts Search

Search new fonts on MyFonts.com and open the results in a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "myfonts-128.png",
    "default_popup": "index.html",
    "default_title": "MyFonts Search"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "Search new fonts on MyFonts.com and open the results in a new tab.",
  "icons": {
    "16": "myfonts-16.png",
    "32": "myfonts-32.png",
    "48": "myfonts-48.png",
    "64": "myfonts-64.png",
    "128": "myfonts-128.png"
  },
  "manifest_version": 2,
  "name": "MyFonts Search",
  "permissions": [
    "contextMenus",
    "contextMenus",
    "tabs",
    "https://www.myfonts.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.2"
}