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": "Timemark", "short_name": "Timemark", "version": "1.5.0", "description": "Elegantly bookmark and organize your favorite video moments across YouTube, Vimeo, and more.", "permissions": [ "storage", "activeTab", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Timemark Team", "homepage_url": "https:\/\/timemark.app" }