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.0.0", "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:\/\/*.recime.app\/*", "https:\/\/*.staging.recime.app\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.recime.app\/*", "https:\/\/*.staging.recime.app\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvCIx7V65uSw72UboA9jiaSkMm2AJ\/NrtKpF9PWU\/nD9Zj7jVlhtwx81ihnYlEvGfOT3\/yMeQqqUKnFRf3LxXM4YV9NVVx5Qb\/ZtG+JYbDqZWhSs\/g2ceoZUFB+DGXgu8jr5twjR0iZ1S4Xn00zk\/T8wq5WIVJPjfmQAOw1RWBVjOhmrwhNet6jvvXNlEJAb2xdwTe9vmVGuoqAJgFxlpWvx9gs1+m3xkKvzhXbfswdt\/v7n6CHbmfSeBBMDBnNxYKlMBwg+IvQ4kkuW3lRAHclyIV3R7p3svJuxTyFecTBBep9n5smEqIVdmCtvyJHZx12zsTIg5KxfRgV5aqKysOwIDAQAB" }