Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkhalilzadeh committed Oct 18, 2020
1 parent e67b34a commit 544fd5a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 42 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ This command starts Firefox and loads Swash temporarily in the browser:
./swash.sh run
```

## Authors

* **Ebrahim Khalilzadeh** - [ebkhalilzadeh](https://github.com/ebkhalilzadeh)
* **Mehrdad Abdi** - [mabdi](https://github.com/mabdi)
* **Masoud Sarabadani** - [sarab2009](https://github.com/sarab2009)

## License

This project is licensed under the Attribution-NonCommercial-ShareAlike 4.0 International License - see the [LICENSE.md](LICENSE.md) file for details
2 changes: 1 addition & 1 deletion environment/dev/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@

"content_security_policy": "script-src 'self'; object-src 'self';",

"version": "1.1.5"
"version": "1.2.1"
}
2 changes: 1 addition & 1 deletion environment/production/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@

"content_security_policy": "script-src 'self'; object-src 'self';",

"version": "1.1.6"
"version": "1.2.1"
}
2 changes: 1 addition & 1 deletion environment/test/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@

"content_security_policy": "script-src 'self'; object-src 'self';",

"version": "1.1.5"
"version": "1.2.1"
}
66 changes: 33 additions & 33 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"background": {
"page": "background.html"
},

"browser_action": {
"browser_style": false,
"default_icon": {
"19": "icons/green_mark_19.png",
"38": "icons/green_mark_38.png"
},
"default_title": "Swash"
},

"description": "Swash is a Streamr Community Product that collects information about users browsing activities",

"icons": {
"48": "icons/green_mark_48.png",
"96": "icons/green_mark_96.png",
"128": "icons/green_mark_128.png"
},

"manifest_version": 2,

"name": "Swash",

"homepage_url": "https://swashapp.io/",

"permissions": ["clipboardRead","storage","bookmarks", "tabs", "webRequest", "<all_urls>", "webRequestBlocking", "downloads"],

"content_security_policy": "script-src 'self'; object-src 'self';",

"version": "1.2.0"
{
"background": {
"page": "background.html"
},

"browser_action": {
"browser_style": false,
"default_icon": {
"19": "icons/green_mark_19.png",
"38": "icons/green_mark_38.png"
},
"default_title": "Swash"
},

"description": "Swash is a Streamr Community Product that collects information about users browsing activities",

"icons": {
"48": "icons/green_mark_48.png",
"96": "icons/green_mark_96.png",
"128": "icons/green_mark_128.png"
},

"manifest_version": 2,

"name": "Swash",

"homepage_url": "https://swashapp.io/",

"permissions": ["clipboardRead","storage","bookmarks", "tabs", "webRequest", "<all_urls>", "webRequestBlocking", "downloads"],

"content_security_policy": "script-src 'self'; object-src 'self';",

"version": "1.2.1"
}

0 comments on commit 544fd5a

Please sign in to comment.