Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueve committed Apr 23, 2016
1 parent 13e8663 commit 77d082c
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"manifest_version" : 2,
"name" : "LeetCodeUp",
"version" : "0.0.6",
"background" : { "scripts" : ["background.js"] },
"permissions" : ["tabs", "https://leetcode.com/"],
"description" : "Add extra feature for LeetCode.",
"content_scripts" : [
{
"matches" : ["https://leetcode.com/problemset/*",
"https://leetcode.com/tag/*"],
"js" : ["jquery-2.2.3.min.js", "bootstrap.min.js","plugin.js"]
}]
"manifest_version" : 2,
"name" : "LeetCodeUp",
"version" : "0.0.7",
"background" : { "scripts" : ["background.js"] },
"permissions" : ["tabs", "https://leetcode.com/"],
"description" : "Add extra features for LeetCode.",
"content_scripts" : [
{
"matches" : ["https://leetcode.com/problemset/*",
"https://leetcode.com/tag/*"],
"js" : ["jquery-2.2.3.min.js",
"bootstrap.min.js",
"plugin.js"]
}]
}

0 comments on commit 77d082c

Please sign in to comment.