Skip to content

Commit

Permalink
Merging work from issue #9
Browse files Browse the repository at this point in the history
Preparing for release of version 1.1.2
  • Loading branch information
prometheas committed Sep 23, 2016
2 parents 2867416 + f82e73a commit 8838d0b
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

"name": "JIRA to OmniFocus",
"description": "Adds a 'Send to OmniFocus' button to JIRA ticket pages.",
"version": "1.1.1",
"version": "1.1.2",

"icons": {
"256": "images/omnifocus-256.png"
},
Expand All @@ -12,22 +13,27 @@
"tabs"
],

"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http://*/browse/*",
"https://*/browse/*",
"http://*/**/browse/*",
"https://*/**/browse/*"
"*://*/browse/*",
"*://*/*/browse/*"
],
"css": [
"css/content.css"
],
"css": ["css/content.css"],
"js": ["js/zepto.min.js", "js/content.js"]
"js": [
"js/zepto.min.js",
"js/content.js"
]
}
],

"options_page": "options.html",
"background": {
"scripts": ["js/events.js"],
"scripts": [
"js/events.js"
],
"persistent": false
},

Expand All @@ -36,5 +42,4 @@
"images/omnifocus-64.png",
"images/omnifocus-256.png"
]

}

0 comments on commit 8838d0b

Please sign in to comment.