Skip to content

Commit

Permalink
Solve case sensitive issue; update to v1.1.4 for Chrome; fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhusee2 committed May 10, 2013
1 parent e63215f commit 2623233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions TaiwanWeather.safariextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"manifest_version": 2,
"description": "使用中央氣象局作為資料來源,快速查閱台灣天氣的小工具。",
"icons": {
"48": "Icon-48.png",
"128": "Icon-128.png"
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_action": {
"default_icon": "icons/171-sun.png",
Expand Down

0 comments on commit 2623233

Please sign in to comment.