-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"extName": { | ||
"message": "GreenHub Proxy", | ||
"description": "" | ||
} | ||
} |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> | ||
<title><%= htmlWebpackPlugin.options.title %></title> | ||
</head> | ||
<body> | ||
<noscript> | ||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<!-- built files will be auto injected --> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"manifest_version": 2, | ||
"name": "__MSG_extName__", | ||
"homepage_url": "http://localhost:8080/", | ||
"description": "GreenHub Proxy", | ||
"default_locale": "en", | ||
"permissions": [ | ||
"activeTab", | ||
"storage", | ||
"proxy", | ||
"webRequest", | ||
"webRequestBlocking", | ||
"alarms", | ||
"<all_urls>" | ||
], | ||
"icons": { | ||
"128": "icons/128.png" | ||
}, | ||
"background": { | ||
"scripts": [ | ||
"js/background.js" | ||
], | ||
"persistent": true | ||
}, | ||
"browser_action": { | ||
"default_popup": "popup.html", | ||
"default_title": "__MSG_extName__", | ||
"default_icon": { | ||
"32": "icons/disabled32.png" | ||
} | ||
}, | ||
"options_ui": { | ||
"page": "options.html" | ||
}, | ||
"version": "0.9.0", | ||
"content_security_policy": "script-src 'self' ; object-src 'self'" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Options</title><link href="/css/chunk-vendors.84bb20f7.css" rel="preload" as="style"><link href="/css/options.1a1797ee.css" rel="preload" as="style"><link href="/js/chunk-vendors.05d99012.js" rel="preload" as="script"><link href="/js/options.f518c5b0.js" rel="preload" as="script"><link href="/css/chunk-vendors.84bb20f7.css" rel="stylesheet"><link href="/css/options.1a1797ee.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.05d99012.js"></script><script src="/js/options.f518c5b0.js"></script></body></html> |