Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seniors
craig1617
Commits
9af92ffe
Commit
9af92ffe
authored
Nov 29, 2016
by
Craig Earley
Browse files
fixed manifest.json
parent
dfb20e72
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/manifest.json
View file @
9af92ffe
{
"manifest_version"
:
2
,
"name"
:
"
Hello World!
"
,
"name"
:
"
a/b Testing Tool
"
,
"version"
:
"1.0"
,
"description"
:
"
My first Chrome extension.
"
,
"description"
:
"
Tool for conducting A/B tests on a small scale
"
,
"icons"
:
{
"16"
:
"images/icon.png"
},
"browser_action"
:
{
"default_icon"
:
"images/icon.png"
,
"default_popup"
:
"popup.html"
"default_icon"
:
"images/icon.png"
},
"permissions"
:
[
"activeTab"
,
"https://ajax.googleapis.com/"
"https://ajax.googleapis.com/"
,
"webNavigation"
,
"*://*/*"
],
"homepage_url"
:
"http://cluster.earlham.edu/~cjearley13/craig1617/user.html"
"homepage_url"
:
"http://cluster.earlham.edu/~cjearley13/craig1617/user.html"
,
"background"
:{
"persistent"
:
false
,
"scripts"
:
[
"js/background.js"
]
},
"content_scripts"
:
[{
"matches"
:
[
"<all_urls>"
],
"js"
:
[
"js/content.js"
]
}]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment