Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Andre Quispesaravia authored and facebook-github-bot committed Jul 15, 2024
1 parent 9fb309f commit 00c8e08
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions shells/browser/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,38 @@
"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",
"32": "icons/disabled32.png",
"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",
"panel.html",
"build/backend.js",
"build/renderer.js"
],

"background": {
"scripts": ["build/background.js"],
"persistent": false
},

"permissions": ["file:///*", "http://*/*", "https://*/*", "webNavigation"],

"content_scripts": [
{
"matches": ["<all_urls>"],
Expand Down

0 comments on commit 00c8e08

Please sign in to comment.