Skip to content

Commit

Permalink
Update notification info in readme, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrance committed Aug 13, 2015
1 parent 7bca50d commit c1207d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Homely/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Homely",
"short_name": "Homely",
"description": "A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.",
"version": "1.5.3",
"version": "1.5.4",
"author": "Ollie Terrance",
"homepage_url": "https://github.com/OllieTerrance/Homely",
"incognito": "split",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ With the above steps, you should end up with a block and dropdown like this:
Notifications
-------------

Enabling a notification option will prompt for the relevant permission in order to access the given website. Disabling it will not remove this - use the revoke all option to clear any given permissions.
Enabling a notification option will prompt for the relevant permission in order to access the given website (and the corresponding block will be highlighted with green text). Disabling it will not immediately remove this, but any unnecessary permissions will be dropped when settings are saved.

In order to read arbitrary websites, the global permissions `http://*/` and/or `https://*/` must be granted. If not (i.e. adding a permission just for a given site), it will be lost if the browser is restarted, unless explicitly declared in `optional_permissions` in the manifest (see [Chrome issue #158004](https://code.google.com/p/chromium/issues/detail?id=158004)).

> Note: if an option is later re-enabled, Chrome may not seek your permission to grant the permission, however all currently granted permissions can be seen from Chrome's extension settings page (chrome://extensions).
> Note: if an option is later re-enabled, Chrome may not re-request the permission, however all currently granted permissions can be seen from Chrome's extension settings page (chrome://extensions).
### Gmail

Expand Down

0 comments on commit c1207d9

Please sign in to comment.