Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scripture Finder by Feeling", "version": "1.4", "description": "Type how you feel or ask a question; get a Bible verse that matches.", "action": { "default_title": "Scripture Finder", "default_popup": "popup.html" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "data\/verses.json" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_specific_settings": { "gecko": { "id": "@ScriptureFinder", "strict_min_version": "58.0" } } }