Skip to content

Commit

Permalink
bump to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
tobynet committed Mar 18, 2017
1 parent 179ded1 commit cc65ece
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"manifest_version": 2,

"name": "ジャバ人間ブラウザ",
"short_name" : "ジャバ人間ブラウザ",
"description": "あなたのブラウザにジャバが来ます。",
"version": "7.0",

"browser_action": {
"default_icon": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png"
},
"default_popup": "popup.html",
"default_title": "ジャバ人間ブラウザ"
},

"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},

"chrome_url_overrides" : {
"newtab": "newtab.html"
},

"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",

"permissions": [
"https://arigato-java.download/"
]
}
{
"manifest_version": 2,

"name": "ジャバ人間ブラウザ",
"short_name" : "ジャバ人間ブラウザ",
"description": "あなたのブラウザにジャバが来ます。",
"version": "10.0",

"browser_action": {
"default_icon": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png"
},
"default_popup": "popup.html",
"default_title": "ジャバ人間ブラウザ"
},

"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},

"chrome_url_overrides" : {
"newtab": "newtab.html"
},

"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",

"permissions": [
"https://arigato-java.download/"
]
}

0 comments on commit cc65ece

Please sign in to comment.