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, "version": "14.0.7", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "storage", "activeTab", "scripting" ], "icons": { "16": "\/new_icons\/logo\/16.png", "48": "\/new_icons\/logo\/48.png", "128": "\/new_icons\/logo\/128.png" }, "action": { "default_icon": "\/new_icons\/logo\/48.png", "default_title": "Paint on tab" }, "background": { "service_worker": "js\/Background.js" }, "web_accessible_resources": [ { "resources": [ "fonts\/*.*", "images\/logo_not.png" ], "matches": [] } ], "options_page": "options.html" }