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, "externally_connectable": { "matches": [ "https:\/\/pie.org\/*", "https:\/\/www.pie.org\/*", "https:\/\/pie-staging.org\/*", "https:\/\/www.pie-staging.org\/*", "https:\/\/development.pie-staging.org:8080\/*", "https:\/\/www.development.pie-staging.org:8080\/*", "https:\/\/development.pie-staging.org\/*", "https:\/\/www.development.pie-staging.org\/*" ], "accepts_tls_channel_id": false, "ids": [ "jpkfgepcmmchgfbjblnodjhldacghenp" ] }, "action": { "default_popup": "popover.html", "default_title": "__MSG_SHOPPING_EXTENSION_NAME__" }, "options_page": "options.html", "host_permissions": [ "<all_urls>" ], "default_locale": "en", "permissions": [ "alarms", "cookies", "tabs", "storage", "scripting", "webNavigation", "unlimitedStorage", "offscreen", "webRequest", "management" ], "web_accessible_resources": [ { "resources": [ "assets\/page\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "resources": [ "assets\/page\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "resources": [ "\/offscreenTagging.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "name": "__MSG_SHOPPING_EXTENSION_NAME__", "description": "__MSG_SHOPPING_EXTENSION_DESCRIPTION__", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt+71zZwMDL\/1u7UZhv+0T8fGqKh3bbfAfvrTwJb63ixbJaFl7yxowqx5efAS1V8Jik\/SSx8mjWogRb+ovsrLt8d4dxqWKDRWD983kxepvwIEqFdSDAhkabUcCtFY4DCg0vOijJTaNqHkJTqmmIJO4wwYGLCU4ZTPIdOmsCheKxD9QUaI+gt123UKHBCmXH9HnhX1I\/GvyaMO6L2xypUP81WMnIzCn9EszGsBrW8ldggGSfsTttKC9WIZjqBZvA2DysRajRRIdU3v3uOBiZTN\/VVncxLfPaOA9bOf3F9su\/CsFgl4Qs8FDn\/Z2nwTGfKEYX+xav6ceOqeVHkJl5KUAwIDAQAB", "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "contentCheckShopping.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "contentAmazon.js" ], "run_at": "document_start" } ], "icons": { "16": "assets\/icons\/active\/icon16.png", "32": "assets\/icons\/inactive\/icon32.png", "48": "assets\/icons\/active\/icon48.png", "128": "assets\/icons\/active\/icon128.png" }, "background": { "service_worker": "background.js" }, "version": "1.4.9" }