Increment version number

main
Elbert Alias 8 years ago
parent 8df949c8cd
commit d3520ac147

@ -1,8 +1,8 @@
{
"name": "wappalyzer",
"name": "Wappalyzer",
"description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "4.1.0",
"version": "4.1.2",
"author": "Elbert Alias",
"license": "GPL-3.0",
"repository": {

@ -4,7 +4,7 @@
"author": "Elbert Alias",
"homepage_url": "https://wappalyzer.com/",
"description": "Identify web technologies",
"version": "4.1.0",
"version": "4.1.2",
"default_locale": "en",
"manifest_version": 2,
"icons": {
@ -26,8 +26,8 @@
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
"page": "background.html",
"persistent": true
},
"content_scripts": [
{
@ -58,18 +58,16 @@
"js/inject.js"
],
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage",
"tabs",
"webRequest",
"webNavigation",
"http://*/*",
"https://*/*"
],
"content_security_policy": "script-src 'self'; object-src 'self'"
"content_security_policy": "script-src 'self'; object-src 'self'",
"-ms-preload": {
"backgroundScript": "js/ms_background_scripts_api_bridge.js",
"contentScript": "js/ms_content_scripts_api_bridge.js"
}
}

@ -4,7 +4,7 @@
"author": "Elbert Alias",
"homepage_url": "https://wappalyzer.com/",
"description": "Identify web technologies",
"version": "4.0.1",
"version": "4.1.0",
"default_locale": "en",
"manifest_version": 2,
"icons": {
@ -26,8 +26,8 @@
"default_popup": "popup.html"
},
"background": {
"page": "background.html",
"persistent": true
"page": "background.html"
},
"content_scripts": [
{
@ -58,16 +58,18 @@
"js/inject.js"
],
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage",
"tabs",
"webRequest",
"webNavigation",
"http://*/*",
"https://*/*"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"-ms-preload": {
"backgroundScript": "js/ms_background_scripts_api_bridge.js",
"contentScript": "js/ms_content_scripts_api_bridge.js"
}
"content_security_policy": "script-src 'self'; object-src 'self'"
}
Loading…
Cancel
Save