Fixed Discourse URL

main
Elbert Alias 11 years ago
parent d7979e2dec
commit 7251ef8af0

@ -191,7 +191,6 @@
for ( appName in w.detected[tab.url] ) { for ( appName in w.detected[tab.url] ) {
w.apps[appName].cats.forEach(function(cat) { w.apps[appName].cats.forEach(function(cat) {
if ( cat == match && !found ) { if ( cat == match && !found ) {
//chrome.browserAction.setIcon({ tabId: tab.id, '19': 'images/icons/' + appName + '.png' });
chrome.browserAction.setIcon({ tabId: tab.id, path: 'images/icons/' + appName + '.png' }); chrome.browserAction.setIcon({ tabId: tab.id, path: 'images/icons/' + appName + '.png' });
found = true; found = true;

@ -696,7 +696,7 @@
"implies": [ "PHP", "Apache" ] "implies": [ "PHP", "Apache" ]
}, },
"Discourse": { "Discourse": {
"website": "http://www.discourse.org/", "website": "www.discourse.org/",
"cats": [ 2 ], "cats": [ 2 ],
"env": "Discourse" "env": "Discourse"
}, },