Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
harytfw committed Aug 10, 2017
1 parent 1f45da2 commit a67a9a8
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "__MSG_extensionDescription__",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.41b1",
"version": "1.41b2",
"homepage_url": "https://github.com/harytfw/GlitterDrag",
"icons": {
"48": "Drag.png",
Expand All @@ -16,7 +16,7 @@
"48": "Drag.png",
"512": "Drag.png"
},
"browser_style":true
"browser_style": true
},
"permissions": [
"activeTab",
Expand All @@ -34,26 +34,24 @@
"background.js"
]
},
"content_scripts": [
{
"run_at": "document_start",
"all_frames": false,
"matches": [
"<all_urls>"
],
"css":[
"content_scripts/content_script.css"
],
"js": [
"common.js",
"content_scripts/content_script.js"
]
}
],
"content_scripts": [{
"run_at": "document_start",
"all_frames": false,
"matches": [
"<all_urls>"
],
"css": [
"content_scripts/content_script.css"
],
"js": [
"common.js",
"content_scripts/content_script.js"
]
}],
"options_ui": {
"page": "options/options.html",
"browser_style": true,
"open_in_tab":true
"open_in_tab": true
},
"default_locale": "en",
"applications": {
Expand Down

0 comments on commit a67a9a8

Please sign in to comment.