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

Commit

Permalink
third party libs version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkhalilzadeh committed May 20, 2020
1 parent c3de9e4 commit ba7d16e
Show file tree
Hide file tree
Showing 8 changed files with 1,394 additions and 1,088 deletions.
78 changes: 39 additions & 39 deletions environment/dev/manifest.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"applications": {
"gecko": {
"id": "[email protected]"
}
},

"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.1.4"
{
"applications": {
"gecko": {
"id": "[email protected]"
}
},

"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.1.5"
}
78 changes: 39 additions & 39 deletions environment/production/manifest.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"applications": {
"gecko": {
"id": "[email protected]"
}
},

"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.1.4"
{
"applications": {
"gecko": {
"id": "[email protected]"
}
},

"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.1.5"
}
68 changes: 34 additions & 34 deletions environment/test/manifest.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"applications": {
"gecko": {
"id": "[email protected]"
}
},

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

"chrome_url_overrides" : {
"newtab": "test/test.html"
},

"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.1.4"
{
"applications": {
"gecko": {
"id": "[email protected]"
}
},

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

"chrome_url_overrides" : {
"newtab": "test/test.html"
},

"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.1.5"
}
Loading

0 comments on commit ba7d16e

Please sign in to comment.