Skip to content

Commit 00c8e08

Browse files
Andre Quispesaraviafacebook-github-bot
Andre Quispesaravia
authored andcommitted
bump version
Summary: Bumping version to prepare to upgrade the internal relay devtools to include have the snapshot buttons in the same row as the rest of store tabs. Reviewed By: tyao1 Differential Revision: D59691233 fbshipit-source-id: 253a1ca1752dbec1f2f4042ceddb9d6e737369e5
1 parent 9fb309f commit 00c8e08

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

shells/browser/chrome/manifest.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,38 @@
22
"manifest_version": 2,
33
"name": "Relay Developer Tools",
44
"description": "Adds Relay debugging tools to the Chrome Developer Tools.",
5-
"version": "0.9.15",
6-
"version_name": "0.9.15",
5+
"version": "0.9.16",
6+
"version_name": "0.9.16",
77
"update_url": "https://www.internalfb.com/intern/browser_extensions/chrome/update.xml",
8-
98
"minimum_chrome_version": "78",
10-
119
"icons": {
1210
"16": "icons/enabled16.png",
1311
"32": "icons/enabled32.png",
1412
"48": "icons/enabled48.png",
1513
"128": "icons/enabled128.png"
1614
},
17-
1815
"browser_action": {
1916
"default_icon": {
2017
"16": "icons/disabled16.png",
2118
"32": "icons/disabled32.png",
2219
"48": "icons/disabled48.png",
2320
"128": "icons/disabled128.png"
2421
},
25-
2622
"default_popup": "popups/disabled.html"
2723
},
28-
2924
"devtools_page": "main.html",
30-
3125
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
3226
"web_accessible_resources": [
3327
"main.html",
3428
"panel.html",
3529
"build/backend.js",
3630
"build/renderer.js"
3731
],
38-
3932
"background": {
4033
"scripts": ["build/background.js"],
4134
"persistent": false
4235
},
43-
4436
"permissions": ["file:///*", "http://*/*", "https://*/*", "webNavigation"],
45-
4637
"content_scripts": [
4738
{
4839
"matches": ["<all_urls>"],

0 commit comments

Comments
 (0)