Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
Updated manifest version for v1.6.2 release
Browse files Browse the repository at this point in the history
Updated README as well
  • Loading branch information
shibin-george committed Dec 7, 2016
1 parent d945cdd commit 5c2dfcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Save-The-Session
Lightweight chrome extension for just saving the session, and re-loading it later.

sts_v1.6.2 : Version 1.6.2 release branch (Added uninstall redirection)
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"manifest_version": 2,

"name": "Save The Session",
"description": "This extension helps you to save your the tabs in your current Chrome session, and reload them later.",
"description": "This extension helps you save the tabs in your current Chrome session, and reload them later.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnpEuB14/oyMuiEr6cEqX6pin/yuRXBYIh653N+A+hWb3GzHfUyyT6mh/lrzrYI0bhAmpspjKpDh662hAg6WIQ1m8u7AqSsFptLEpQPp+mD5Ha+EWwiqGaYMvz3r8k4maTZ5i5YrPB7cHbvKFfcS8Lfg4rqs6lLB4+easalWzWKIxalKQx4ezLQh37hGZPaOPbCqSLDZ0+xt6c/6EkcGnB5XnhhlWxScBIbw5AaV3weXmz8gjur6E3awDXYBdyAxO8cGzsEgKOGe+TEyQUkrQc+shYHoJ/018Z5aNCkEDw9X4cZtq5tqIi6MKsqwcYi4tXYhID2SeVlRGGkQcmegm6QIDAQAB",
"version": "1.0",
"version": "1.6.2",

"browser_action": {
"default_icon": "assets/STS.png",
"default_icon": "assets/STS.png",
"default_popup": "popup.html"
},
"permissions": [
Expand Down

0 comments on commit 5c2dfcc

Please sign in to comment.