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": 2, "name": "Sheets Job Clipper", "version": "1.0", "description": "save jobs to your job search spreadsheet", "author": "Ben Edelstein", "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "popup.html", "default_title": "Sheets Job Clipper" }, "background": { "page": "background.html", "persistent": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "oauth2": { "client_id": "633967579942-q9idahssah23fkce7678jf7pabnesput.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "permissions": [ "identity", "storage", "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoyQ7fURmTHkKJt70SYgDacx5lLyUmExbTGANWgwNuVZyEAvs7D8lsrtQmxyCZwIRjQVwDmBHpY1mAVkJ5N3oT\/UGz2\/nvJsjrPTKYPu\/fbcQXZciSj\/e0nMcpa+NtFQWYEe+EaIDpiGRwHninHCLjny3IFtOssBQ\/OIpSyQ5bU7rET\/t2WUSa1rNYglUMJAl54KKcO8IZhnNdfNBwi+XKoDahQ7M9p7r+c0TsmowLqtcmyydjxgiKW\/RpFoU0EuLngW8DZDPvhYsWfELfmKeEiGlYOAYEfKXh5s8ONlU\/Yv3wTnkfrBvkO2vlfXFie00oEx712koJhJ\/8zFOMBqpfQIDAQAB" }