diff --git a/src/manifest.json b/src/manifest.json index 46ed5a4..4743bf3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "JSON Formatter", - "version": "0.7.1", + "version": "0.7.2", "manifest_version": 3, "description": "Makes JSON easy to read. Open source.", "homepage_url": "https://github.com/callumlocke/json-formatter", @@ -13,7 +13,8 @@ { "matches": [""], "js": ["content.js"], - "run_at": "document_end" + "run_at": "document_end", + "all_frames": true } ], "permissions": ["storage"],