PFS2: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: { "name" : "Plugin", "version" : "1.0", "filename" : "plugin.dll", "vendor" : "Mozilla", "url" : "http://mozilla.com/", "icon_url" : "http://mozilla.com/favicon.ico", ...)
 
No edit summary
Line 1: Line 1:
  {
  [ {
   "name" : "Plugin",
   "name" : "Plugin",
   "version" : "1.0",
   "version" : "1.0",
Line 23: Line 23:
     "suffixes" : ".html, .xhtml, .htm"
     "suffixes" : ".html, .xhtml, .htm"
   } ]
   } ]
  }
  } ]

Revision as of 23:38, 25 February 2009

[ {
  "name" : "Plugin",
  "version" : "1.0",
  "filename" : "plugin.dll",
  "vendor" : "Mozilla",
  "url" : "http://mozilla.com/",
  "icon_url" : "http://mozilla.com/favicon.ico",
  "latest_version" : "1.0",
  "installer_location" : "http://mozilla.com/installer.exe",
  "installer_hash" : "sha256:592eca7e6f2731c65e344c4514bd7efa0a7ec8a203d97b4f5aadb14c44379178",
  "installer_shows_ui" : "false",
  "license_url" : "http://mozilla.com/license.html",
  "needs_restart" : "true",
  "description" : "This is a Mozilla plugin that does things.",
  "platforms" : [
    { "name" : "Mac OSX" },
    { "name" : "Windows NT 6.0" } 
  ], 
  "xpcomabi", "x86",
  "mime_types" : [ { 
    "mime" : "text/plain",
    "description" : "HTML",
    "suffixes" : ".html, .xhtml, .htm"
  } ]
} ]