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,
"name": "__MSG_jamesedition3__",
"version": "1.0.0",
"default_locale": "en",
"description": "__MSG_jameseditionExporterDescription2__",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
}
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": ".\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.jamesedition.com\/*"
],
"js": [
"js\/contentScript.js"
],
"run_At": "document_start"
}
],
"oauth2": {
"client_id": "600194925382-t78nncklivgqm7aht61sr4gjrs3psrt5.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"host_permissions": [
"https:\/\/www.googleapis.com\/*",
"https:\/\/api.webstarue.com\/*",
"https:\/\/www.jamesedition.com\/*"
],
"permissions": [
"tabs",
"identity",
"storage"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxMVyth42OylIfkQ\/gtRF0aTctIYWOFItYftn\/hXMd7EU3Uq7qqD1zLX9QhryOG54ztox8QI71TWkfwYlFxLMFYdgjEzdsQ5jVuM7Xwt32\/6KRlH+ju9zM8byaiHNrK3vY1A+Y0gQ5KpPFyr3jzr15GwFqPQubesf7Uhe3vdvjzV6Gcz48wazskwvGAqN4F9lvjIxqP1whQ28XTNvXsQa9uJjleRqALYrjQDzh95oWPgFHiLxzg8GYeYdK2XlQdHB5I04ElgxfF5t4uMq7JJy5VyOX0I3BdnOLJON8RIIAUouxuvowKIBnId\/i80RE1bfA94yABctk17V27aOOO7WLQIDAQAB"
}