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": "Amazon Order Wizard",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn1If74i2NtupX1+aGXa5dNFW1jvArO6WL7xgNFkLp7QWkDmbLntsMWPIVryUHIWs\/Bg8rDpAshUg5+OEz7LH96Sbj8vzCw7kfqYUn6gykcfsgnnLXKywV9Wc5PrjYKlscIOlRx5louTVHx61w2FDhkuzLE2x+6iajGTtaRyi2vcxfaMrcn5C3tZfcOBB+aaOhF+JyvWPJauIqe29Z\/XKN53QFOwDjtOV1a+N\/p59UtKzYkbUJmCj1dMs46mBJeFJVosghjMvPQk70OL3g68xJJWSqH7dRyYjWX+ONM8W2WU\/PMC+MKt+GJqXnMFKXAyQMasQhHsqJB41\/B0dYiNnGwIDAQAB",
"version": "1.0.2",
"description": "Manage and track your Amazon orders",
"permissions": [
"storage",
"activeTab",
"sidePanel",
"identity"
],
"host_permissions": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.facebook.com\/*",
"https:\/\/*.amazoncognito.com\/*",
"https:\/\/cognito-idp.us-west-1.amazonaws.com\/*"
],
"action": {
"default_title": "Open Order Wizard"
},
"side_panel": {
"default_path": "index.html"
},
"content_scripts": [
{
"js": [
"assets\/content.ts-loader-Cs2qLDkp.js"
],
"matches": [
"*:\/\/*.amazon.com\/gp\/your-account\/order-history*",
"*:\/\/*.amazon.com\/your-orders\/orders*"
]
},
{
"js": [
"assets\/index.ts-loader-XnorVGYx.js"
],
"matches": [
"*:\/\/*.facebook.com\/marketplace\/create\/*"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_page": "src\/options\/options.html",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.com\/*"
],
"resources": [
"assets\/errors-CaZvv_5U.js",
"assets\/fbListing-Cf76OwmC.js",
"assets\/oauth-BTTlZDUl.js",
"assets\/client-a6ps1ttq.js",
"assets\/fbTemplate-Du-EyyrM.js",
"assets\/content.ts-DMtJMpfq.js"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.facebook.com\/*"
],
"resources": [
"assets\/errors-CaZvv_5U.js",
"assets\/fbListing-Cf76OwmC.js",
"assets\/index.ts-CYjBUTj4.js"
],
"use_dynamic_url": false
}
]
}