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": "Resetter", "description": "Timeout modal for kiosks to reset the page to a root URL after a period of inactivity.", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/main.css" ], "js": [ "js\/content.js" ] } ], "icons": { "48": "Resetter-Logo.png" }, "web_accessible_resources": [ { "resources": [ "img\/eyes.gif", "fonts\/*.ttf", "fonts\/*.woff2", "fonts\/*.woff" ], "extension_ids": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] }