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, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA01XoFyKaAx5d++qhdiwb4kS9Fnzcg1kgdDfsKqQxmKUEl7mkDx4mT8BWBk3M7oPCH9y3Trs0KynyZKAbrNuPNSl1\/K5n1\/OV+B2V+PmCf4FbcTWg1550UiR2\/Bud3ZoaNsd1fQak6rDMhCuOl4q4gyFziLpvAMJOqLz89wIU9jRfjH6iR1b3NODZOOWHmM9bH8GIIlW7z9L4AieKd3BnZ3Y1DawlwNcdSnP5kOEIqwThUXxGVCOdFyzg3sDY4BT7GkNYNx8kmVbqS5HdT9F3XEMEL\/\/0E6R4XuK1Z4aaquB2i7NKlX2GH4zdEJmJDxMjdxCYfpafmr44Dl1xaeUxVwIDAQAB", "name": "Ship.Cars Dispatch PDF Extension", "description": "Take your auto transport business to the next level with Ship.Cars Dispatch PDF Extension", "version": "2.10.0", "icons": { "16": "icons\/favicon.png", "32": "icons\/icon.png", "48": "icons\/page_icon.png", "128": "icons\/store_icon.png" }, "action": { "default_icon": "icons\/favicon.png", "default_popup": "popup.html" }, "permissions": [ "identity", "declarativeNetRequestWithHostAccess", "webRequest", "tabs", "contextMenus", "notifications", "scripting", "webNavigation", "storage", "identity.email" ], "host_permissions": [ "https:\/\/api.rollbar.com\/", "<all_urls>" ], "oauth2": { "client_id": "chrome-extension", "scopes": [ "openid", "profile", "email" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start", "all_frames": true, "css": [ "contentstyle.css" ], "js": [ "contentscript.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "storage": { "managed_schema": "preferences_schema.json" }, "options_ui": { "page": "options\/options.html" }, "options_page": "options\/options.html", "background": { "service_worker": "background.bundle.js" }, "incognito": "split", "web_accessible_resources": [ { "resources": [ "content\/web\/viewer.html", "http:\/*", "https:\/*", "file:\/*", "chrome-extension:\/*", "blob:*", "data:*", "filesystem:\/*", "drive:*" ], "matches": [ "<all_urls>" ], "extension_ids": [ "*" ] } ], "externally_connectable": { "matches": [ "*:\/\/ship.cars\/*", "*:\/\/*.ship.cars\/*", "http:\/\/localhost:3000\/*" ] } }