From 00c8e08048a4482a9fa8ae6c386f8391723dd24e Mon Sep 17 00:00:00 2001 From: Andre Quispesaravia Date: Mon, 15 Jul 2024 09:25:49 -0700 Subject: [PATCH] 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 --- shells/browser/chrome/manifest.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/shells/browser/chrome/manifest.json b/shells/browser/chrome/manifest.json index 461525d..0c2c138 100644 --- a/shells/browser/chrome/manifest.json +++ b/shells/browser/chrome/manifest.json @@ -2,19 +2,16 @@ "manifest_version": 2, "name": "Relay Developer Tools", "description": "Adds Relay debugging tools to the Chrome Developer Tools.", - "version": "0.9.15", - "version_name": "0.9.15", + "version": "0.9.16", + "version_name": "0.9.16", "update_url": "https://www.internalfb.com/intern/browser_extensions/chrome/update.xml", - "minimum_chrome_version": "78", - "icons": { "16": "icons/enabled16.png", "32": "icons/enabled32.png", "48": "icons/enabled48.png", "128": "icons/enabled128.png" }, - "browser_action": { "default_icon": { "16": "icons/disabled16.png", @@ -22,12 +19,9 @@ "48": "icons/disabled48.png", "128": "icons/disabled128.png" }, - "default_popup": "popups/disabled.html" }, - "devtools_page": "main.html", - "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "main.html", @@ -35,14 +29,11 @@ "build/backend.js", "build/renderer.js" ], - "background": { "scripts": ["build/background.js"], "persistent": false }, - "permissions": ["file:///*", "http://*/*", "https://*/*", "webNavigation"], - "content_scripts": [ { "matches": [""],