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": "ReciMe Extension",
"version": "1.2.3",
"description": "ReciMe Chrome Extension",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images\/prod16.png",
"32": "images\/prod32.png",
"197": "images\/prod197.png"
},
"host_permissions": [
"https:\/\/*.staging.recime.app\/*",
"https:\/\/*.recime.app\/*",
"http:\/\/localhost:3000\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/*.staging.recime.app\/*",
"https:\/\/*.recime.app\/*",
"http:\/\/localhost:3000\/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvCIx7V65uSw72UboA9jiaSkMm2AJ\/NrtKpF9PWU\/nD9Zj7jVlhtwx81ihnYlEvGfOT3\/yMeQqqUKnFRf3LxXM4YV9NVVx5Qb\/ZtG+JYbDqZWhSs\/g2ceoZUFB+DGXgu8jr5twjR0iZ1S4Xn00zk\/T8wq5WIVJPjfmQAOw1RWBVjOhmrwhNet6jvvXNlEJAb2xdwTe9vmVGuoqAJgFxlpWvx9gs1+m3xkKvzhXbfswdt\/v7n6CHbmfSeBBMDBnNxYKlMBwg+IvQ4kkuW3lRAHclyIV3R7p3svJuxTyFecTBBep9n5smEqIVdmCtvyJHZx12zsTIg5KxfRgV5aqKysOwIDAQAB"
}