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", "action": { "default_icon": { "19": "images\/icon-light-default-19.png", "38": "images\/icon-light-default-38.png" }, "default_title": "__MSG_appBrowserActionTitle__" }, "background": { "service_worker": "dist-new\/bg-wrapper.js" }, "default_locale": "en", "description": "__MSG_appDescription__", "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "images\/icon-light-manifest-16.png", "32": "images\/icon-light-manifest-32.png", "48": "images\/icon-light-manifest-48.png", "96": "images\/icon-light-manifest-96.png", "128": "images\/icon-light-manifest-128.png" }, "manifest_version": 3, "minimum_chrome_version": "103", "name": "__MSG_appTitle__", "optional_host_permissions": [ "file:\/\/*\/" ], "permissions": [ "storage", "unlimitedStorage", "contextMenus", "tabs", "scripting", "declarativeNetRequestWithHostAccess", "offscreen", "cookies" ], "short_name": "__MSG_appShortName__", "version": "1.5.797", "web_accessible_resources": [ { "matches": [ "*:\/\/*.paperpile.com\/*" ], "resources": [ "dist-new\/html\/permissions.html" ] }, { "matches": [ "*:\/\/*.paperpile.com\/*", "https:\/\/docs.google.com\/*" ], "resources": [ "images\/*.png", "images\/*.gif" ] } ], "content_scripts": [ { "all_frames": true, "js": [ "dist-new\/cs-webapp.js" ], "matches": [ "*:\/\/app.paperpile.com\/*" ], "run_at": "document_start" } ] }