Release 1.35.1

This commit is contained in:
Alexey Skobkin 2015-01-20 12:19:41 +04:00
parent 9bf72cbeb0
commit 0eca347c7d
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "chrome-point-plus", "name": "chrome-point-plus",
"version": "1.35.0", "version": "1.35.1",
"authors": [ "authors": [
"Alexey Skobkin" "Alexey Skobkin"
], ],

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Point+", "name": "Point+",
"version": "1.35.0", "version": "1.35.1",
"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",
@ -49,6 +49,8 @@
"scripts": ["js/background.js"] "scripts": ["js/background.js"]
}, },
"permissions": [ "permissions": [
"http://point.im/*",
"https://point.im/*",
"http://*.point.im/*", "http://*.point.im/*",
"https://*.point.im/*", "https://*.point.im/*",
"https://pleer.com/*", "https://pleer.com/*",
@ -56,6 +58,7 @@
"https://player.soundcloud.com/*", "https://player.soundcloud.com/*",
"https://api.kanaria.ru/point/*", "https://api.kanaria.ru/point/*",
"https://*.twitter.com/*", "https://*.twitter.com/*",
"https://coub.com/embed/*",
"storage", "storage",
"notifications", "notifications",
"tabs" "tabs"

View File

@ -1,6 +1,6 @@
{ {
"name": "chrome-point-plus", "name": "chrome-point-plus",
"version": "1.35.0", "version": "1.35.1",
"description": "Chrome extension for point.im", "description": "Chrome extension for point.im",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {