diff --git a/share/apps.json b/share/apps.json index 07a739e21..5273c1256 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2166,6 +2166,13 @@ "cats": [ 5 ], "env": "^pwidget_config$" }, + "Polymer": { + "website": "http://www.polymer-project.org", + "cats": [ 12 ], + "env": "^Polymer$", + "html": "(?:<(?:polymer-)[^>]+|]+(?:rel=\"import\")+(?:(.*)/polymer.html\"))", + "script": "polymer\\.js" + }, "Posterous": { "website": "posterous.com", "cats": [ 1, 11 ], diff --git a/share/images/icons/Polymer.png b/share/images/icons/Polymer.png new file mode 100644 index 000000000..b0acb7757 Binary files /dev/null and b/share/images/icons/Polymer.png differ