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",
"version": "1.35.0",
"version": "1.35.1",
"authors": [
"Alexey Skobkin"
],

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Point+",
"version": "1.35.0",
"version": "1.35.1",
"default_locale": "ru",
"author": "__MSG_ext_author__",
"homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus",
@ -49,6 +49,8 @@
"scripts": ["js/background.js"]
},
"permissions": [
"http://point.im/*",
"https://point.im/*",
"http://*.point.im/*",
"https://*.point.im/*",
"https://pleer.com/*",
@ -56,6 +58,7 @@
"https://player.soundcloud.com/*",
"https://api.kanaria.ru/point/*",
"https://*.twitter.com/*",
"https://coub.com/embed/*",
"storage",
"notifications",
"tabs"

View File

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