Skip to content

Commit

Permalink
Fix permissions asked
Browse files Browse the repository at this point in the history
  • Loading branch information
jebeaudet committed Feb 7, 2017
1 parent f7d6043 commit 736c52c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"manifest_version": 2,

"name": "ChRomeTC",
"description": "Get the real time delay before the next bus arrives.",
"version": "1.0",
"description": "Get the realtime delay before the next RTC bus arrives.",
"version": "1.0.1",

"homepage_url": "https://github.com/jebeaudet/ChRomeTC",

Expand All @@ -20,8 +20,6 @@
},

"permissions": [
"storage",
"http://*/*",
"https://*/*"
"storage"
]
}

0 comments on commit 736c52c

Please sign in to comment.