mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 10:46:02 +00:00
Replace CLRF with LF and add new line to the end of files
This commit is contained in:
parent
08a94616cc
commit
aabd83881a
42
LICENSE.TXT
42
LICENSE.TXT
|
@ -1,21 +1,21 @@
|
||||||
The MIT License (MIT), reference http://www.opensource.org/licenses/mit-license.php
|
The MIT License (MIT), reference http://www.opensource.org/licenses/mit-license.php
|
||||||
|
|
||||||
Copyright (c) 2014 Alexey Skobkin <skobkin-ru@ya.ru>
|
Copyright (c) 2014 Alexey Skobkin <skobkin-ru@ya.ru>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
in the Software without restriction, including without limitation the rights
|
in the Software without restriction, including without limitation the rights
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
furnished to do so, subject to the following conditions:
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
The above copyright notice and this permission notice shall be included in
|
||||||
all copies or substantial portions of the Software.
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
|
|
|
@ -51,4 +51,4 @@
|
||||||
|
|
||||||
.markItUp .preview a {
|
.markItUp .preview a {
|
||||||
background-image:url(chrome-extension://__MSG_@@extension_id__/images/markitup/sets/markdown/preview.png);
|
background-image:url(chrome-extension://__MSG_@@extension_id__/images/markitup/sets/markdown/preview.png);
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,4 +33,4 @@
|
||||||
.wiki .markItUpEditor,
|
.wiki .markItUpEditor,
|
||||||
.dotclear .markItUpEditor {
|
.dotclear .markItUpEditor {
|
||||||
background-image: url(chrome-extension://__MSG_@@extension_id__/images/markitup/skins/markitup/bg-editor-wiki.png);
|
background-image: url(chrome-extension://__MSG_@@extension_id__/images/markitup/skins/markitup/bg-editor-wiki.png);
|
||||||
}
|
}
|
||||||
|
|
|
@ -202,4 +202,4 @@ function getVersion() {
|
||||||
xhr.send(null);
|
xhr.send(null);
|
||||||
var manifest = JSON.parse(xhr.responseText);
|
var manifest = JSON.parse(xhr.responseText);
|
||||||
return manifest.version;
|
return manifest.version;
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,4 +49,4 @@ miu = {
|
||||||
}
|
}
|
||||||
return '\n'+heading;
|
return '\n'+heading;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,63 +1,63 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Point+",
|
"name": "Point+",
|
||||||
"version": "1.30.0",
|
"version": "1.30.0",
|
||||||
"default_locale": "ru",
|
"default_locale": "ru",
|
||||||
"author": "__MSG_ext_author__",
|
"author": "__MSG_ext_author__",
|
||||||
"homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus",
|
"homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus",
|
||||||
"description": "__MSG_ext_description__",
|
"description": "__MSG_ext_description__",
|
||||||
"options_page": "options.html",
|
"options_page": "options.html",
|
||||||
"page_action": {
|
"page_action": {
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
"19": "images/icon19.png",
|
"19": "images/icon19.png",
|
||||||
"38": "images/icon38.png"
|
"38": "images/icon38.png"
|
||||||
},
|
},
|
||||||
"default_title": "__MSG_ext_page_action_title__",
|
"default_title": "__MSG_ext_page_action_title__",
|
||||||
"default_popup": "options.html"
|
"default_popup": "options.html"
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "images/icon16.png",
|
"16": "images/icon16.png",
|
||||||
"32": "images/icon32.png",
|
"32": "images/icon32.png",
|
||||||
"48": "images/icon48.png",
|
"48": "images/icon48.png",
|
||||||
"64": "images/icon64.png",
|
"64": "images/icon64.png",
|
||||||
"128": "images/icon128.png",
|
"128": "images/icon128.png",
|
||||||
"256": "images/icon256.png"
|
"256": "images/icon256.png"
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["http://*.point.im/*", "https://*.point.im/*"],
|
"matches": ["http://*.point.im/*", "https://*.point.im/*"],
|
||||||
"js": [
|
"js": [
|
||||||
"vendor/jquery/jquery.min.js",
|
"vendor/jquery/jquery.min.js",
|
||||||
|
|
||||||
"js/bquery_ajax.js",
|
"js/bquery_ajax.js",
|
||||||
|
|
||||||
"js/point-plus.js"
|
"js/point-plus.js"
|
||||||
],
|
],
|
||||||
"css": [
|
"css": [
|
||||||
"css/point-plus.css"
|
"css/point-plus.css"
|
||||||
],
|
],
|
||||||
"run_at": "document_end"
|
"run_at": "document_end"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
"images/*",
|
"images/*",
|
||||||
"includes/*",
|
"includes/*",
|
||||||
"vendor/*",
|
"vendor/*",
|
||||||
"manifest.json"
|
"manifest.json"
|
||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["js/background.js"]
|
"scripts": ["js/background.js"]
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"http://*.point.im/*",
|
"http://*.point.im/*",
|
||||||
"https://*.point.im/*",
|
"https://*.point.im/*",
|
||||||
"https://pleer.com/*",
|
"https://pleer.com/*",
|
||||||
"http://player.soundcloud.com/*",
|
"http://player.soundcloud.com/*",
|
||||||
"https://player.soundcloud.com/*",
|
"https://player.soundcloud.com/*",
|
||||||
"https://api.kanaria.ru/point/*",
|
"https://api.kanaria.ru/point/*",
|
||||||
"https://*.twitter.com/*",
|
"https://*.twitter.com/*",
|
||||||
"storage",
|
"storage",
|
||||||
"notifications",
|
"notifications",
|
||||||
"tabs"
|
"tabs"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue